ci: remove caching of node_modules

This commit is contained in:
Rainer Killinger
2020-09-29 13:20:40 +02:00
parent 5a0f274be6
commit 5e06df2e3f

View File

@@ -1,10 +1,5 @@
image: registry.gitlab.com/openstapps/app
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules
before_script:
- npm install