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