Revert "Update .gitlab-ci.yml"
authorFLORAC Thierry <thierry.florac@onf.fr>
Tue, 26 Nov 2019 09:32:36 +0100
changeset 430 5e388170da4f
parent 429 bb084e315ca1
child 432 a5ac0ef9b40b
Revert "Update .gitlab-ci.yml" This reverts commit eb31e756369f013fc662f51be7b706e280611c7f
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Tue Nov 26 09:27:36 2019 +0100
+++ b/.gitlab-ci.yml	Tue Nov 26 09:32:36 2019 +0100
@@ -51,7 +51,7 @@
             - ./pylint/
 
 quality:
-    stage: test
+    stage: quality
     allow_failure: true
     image: docker:stable
     variables:
@@ -66,4 +66,5 @@
             --volume /var/run/docker.sock:/var/run/docker.sock
             "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
     artifacts:
-        paths: [gl-code-quality-report.json]
+        reports:
+            codequality: gl-code-quality-report.json