summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d93704bb0..669f87dbf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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