X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/99148335c986afa9f59b556a21bb14dee0db2bc1..b5f4592dfe3b281d8ea7be906e1d68a4d3daaab9:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77acffd..40bffad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ before_script: - npm install cache: - key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" + key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ - .nyc_output/ @@ -39,7 +39,7 @@ test: quality: stage: quality needs: - -test + - test image: name: sonarsource/sonar-scanner-cli:latest entrypoint: [""]