Skip to content
Snippets Groups Projects
Commit ac7e438b authored by Thomas Flori's avatar Thomas Flori
Browse files

run codeclimate twice for html and json report

parent 4cbdcf17
No related branches found
No related tags found
1 merge request!25enable code climate in gitlab-ci for merge requests, tags and master branch
Pipeline #756 failed
......@@ -15,6 +15,18 @@ code_quality:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
services:
code_quality_html:
tags:
- cq-sans-dind
needs: [code_quality]
rules:
- if: $CODE_QUALITY_DISABLED
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
services:
variables:
REPORT_FORMAT: html
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment