Do not cache node modules on GitLab CI
This commit is contained in:
parent
0dd4f8d2cc
commit
dd9d6c1660
|
@ -3,10 +3,6 @@ image: "node:12-slim"
|
|||
stages:
|
||||
- test
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
before_script:
|
||||
# Install dependencies
|
||||
- apt-get update
|
||||
|
|
Loading…
Reference in New Issue