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

Update .gitlab-ci.yml

parent ba960b8e
No related branches found
No related tags found
No related merge requests found
Pipeline #2411 passed with warnings
......@@ -7,26 +7,11 @@ image:
include:
- 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:
stage: test
variables:
CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18"
artifacts:
expose_as: 'Code Quality Report'
paths: [gl-code-quality-report.json]
code_quality_html:
......@@ -37,6 +22,7 @@ code_quality_html:
paths: [gl-code-quality-report.html]
#secondpipe:
# trigger:
# include: secondpipe/.pipe.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment