X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/9fabdd3292b6f065f551f7058f1cb1411097e258..b5f4592dfe3b281d8ea7be906e1d68a4d3daaab9:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c94c32..40bffad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,12 @@ stages: before_script: - npm install +cache: + key: ${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: [""]