changeset 430 | 5e388170da4f |
parent 429 | bb084e315ca1 |
child 432 | a5ac0ef9b40b |
--- 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