24
1
Fork 0

Enable node module caching on GitLab CI

This commit is contained in:
timvisee 2020-10-15 17:34:08 +02:00
parent 24172a4665
commit 2c8ea3ecc8
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ image: "node:12-slim"
stages:
- test
cache:
paths:
- node_modules/
before_script:
# Install dependencies
- apt-get update