Skip to content
Snippets Groups Projects
Commit 6e609645 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Try HTML output as well

parent ff412840
No related branches found
No related tags found
No related merge requests found
Pipeline #413350 passed with warnings
This commit is part of merge request !77. Comments created here will be created in the context of that merge request.
...@@ -66,6 +66,13 @@ code_quality: ...@@ -66,6 +66,13 @@ code_quality:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
code_quality_html:
extends: code_quality
variables:
REPORT_FORMAT: html
artifacts:
paths: [gl-code-quality-report.html]
test: test:
extends: extends:
- .base_job - .base_job
......
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