]> git.r.bdr.sh - rbdr/cologne/blobdiff - .gitlab-ci.yml
Move the cache to the global scope
[rbdr/cologne] / .gitlab-ci.yml
index 6c94c32ce4d3c4c17be6ffb52e19137dc15fa8c5..77acffdbb6e42d7cf2b1234864eeba5660e0c9e3 100644 (file)
@@ -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
@@ -31,8 +37,9 @@ test:
     - npm test
 
 quality:
-  stage: "quality"
-  needs: ["test"]
+  stage: quality
+  needs:
+    -test
   image:
     name: sonarsource/sonar-scanner-cli:latest
     entrypoint: [""]