diff -r bb084e315ca1 -r 5e388170da4f .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