Skip to content
Snippets Groups Projects
Commit ba960b8e authored by Nicolo Parmiggiani's avatar Nicolo Parmiggiani
Browse files

Update .gitlab-ci.yml

parent ea020fa2
No related branches found
No related tags found
No related merge requests found
Pipeline #2410 passed with warnings
...@@ -7,9 +7,24 @@ image: ...@@ -7,9 +7,24 @@ image:
include: include:
- template: Code-Quality.gitlab-ci.yml - template: Code-Quality.gitlab-ci.yml
#code_quality:
# variables:
# CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18"
# artifacts:
# paths: [gl-code-quality-report.json]
#code_quality_html:
# extends: code_quality
# variables:
# REPORT_FORMAT: html
# artifacts:
# paths: [gl-code-quality-report.html]
code_quality: code_quality:
stage: test stage: test
variables:
CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18"
artifacts: artifacts:
expose_as: 'Code Quality Report' expose_as: 'Code Quality Report'
paths: [gl-code-quality-report.json] paths: [gl-code-quality-report.json]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment