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