X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/b8778db93b9449492fa11cd3352f226d0ab76f4b..827c56a92ea6a4a1701345baf4b2e32a4a45d434:/.gitlab-ci.yml?ds=sidebyside diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b64361c..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 @@ -27,16 +33,13 @@ lint: test: <<: *only-default stage: test - cache: - paths: - - .nyc_output/ script: - npm test quality: stage: quality needs: - -test + - test image: name: sonarsource/sonar-scanner-cli:latest entrypoint: [""]