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

fix yml format

parent ac7e438b
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 #758 failed
...@@ -14,7 +14,7 @@ code_quality: ...@@ -14,7 +14,7 @@ code_quality:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
services: services: []
code_quality_html: code_quality_html:
tags: tags:
...@@ -26,7 +26,7 @@ code_quality_html: ...@@ -26,7 +26,7 @@ code_quality_html:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
services: services: []
variables: variables:
REPORT_FORMAT: html REPORT_FORMAT: html
artifacts: 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