ci: remove caching

This commit is contained in:
Michel Jonathan Schmitz
2020-10-30 15:01:00 +01:00
parent 69dfd1ae39
commit 5558d29c2b

View File

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