From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 12:59:15 +0000 (+0200) Subject: Run all stages always X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/commitdiff_plain/3396d414e82cdc26cf3dd34c5852d764e0a3ecd6?ds=sidebyside Run all stages always --- 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