X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/7f09137eef061ba4eddb855bc6aeae3f8e9f8015..a3486315ea2bf472f83a7f5217660c492514c4fd:/.gitlab-ci.yml?ds=sidebyside diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2426cc0..fe65211 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ test: - npm test quality: + <<: *only-default stage: quality needs: - test @@ -47,6 +48,3 @@ quality: script: - npm run coverage - sonar-scanner - only: - - merge_requests - - master