Revert "Update .gitlab-ci.yml"
This reverts commit eb31e756369f013fc662f51be7b706e280611c7f
--- 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