diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3874e5db..85f758e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ image: registry.gitlab.com/openstapps/app -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - node_modules - before_script: - npm install