X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/bb6ef715dd399811609d88b85505bfd86786ec51..HEAD:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2426cc0..2432bbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ image: node:14 variables: SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache + GIT_DEPTH: "0" stages: - lint @@ -38,6 +39,7 @@ test: - npm test quality: + <<: *only-default stage: quality needs: - test @@ -47,6 +49,3 @@ quality: script: - npm run coverage - sonar-scanner - only: - - merge_requests - - master