Skip to content
Snippets Groups Projects
Commit fa696307 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

Merge branch 'tristan/fix-code-quality' into 'master'

.gitlab-ci.yml: Trying to fix code quality reports

See merge request !735
parents a9390efd 5fb772b5
1 merge request!735.gitlab-ci.yml: Trying to fix code quality reports
Pipeline #28692958 passed
......@@ -182,11 +182,9 @@ docs:
# Post stage #
#####################################################
# Check code quality with codeclimate
# This needs some refactoring; we probably just want to provide the codeclimate.json directly
# as an output of radon, with some conversion
# Check code quality with gitlab's built-in feature.
#
codequality:
code_quality:
<<: *tests-condition
image: docker:stable
......@@ -204,7 +202,7 @@ codequality:
--volume /var/run/docker.sock:/var/run/docker.sock
"registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
artifacts:
paths: [codeclimate.json]
paths: [gl-code-quality-report.json]
analysis:
<<: *tests-condition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment