aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b64361c..77acffd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,12 @@ stages:
before_script:
- npm install
+cache:
+ key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
+ paths:
+ - node_modules/
+ - .nyc_output/
+
lint:
<<: *only-default
stage: lint
@@ -27,9 +33,6 @@ lint:
test:
<<: *only-default
stage: test
- cache:
- paths:
- - .nyc_output/
script:
- npm test