diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4fc971a..7ccfa831 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ image: registry.gitlab.com/openstapps/projectmanagement/node -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - node_modules - before_script: - npm install