]> git.r.bdr.sh - rbdr/cologne/commitdiff
Add dependency to test
authorRuben Beltran del Rio <redacted>
Mon, 21 Sep 2020 11:39:55 +0000 (13:39 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 21 Sep 2020 11:39:55 +0000 (13:39 +0200)
.gitlab-ci.yml

index 9f8dbdac26c6a7d9f04d1a7574d08d8e8619fba4..9679aec6c3c71030ec49b724afb3deb2183fb29e 100644 (file)
@@ -22,6 +22,8 @@ test:
     - npm test
 
 quality:
+  stage: "quality"
+  needs: ["test"]
   image:
     name: sonarsource/sonar-scanner-cli:latest
     entrypoint: [""]