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

Update .gitlab-ci.yml

parent a3d1995e
No related branches found
No related tags found
No related merge requests found
Pipeline #2416 passed
......@@ -8,22 +8,33 @@ include:
- template: Code-Quality.gitlab-ci.yml
code_quality:
services: # Shut off Docker-in-Docker
stage: test
services:
tags:
- cq-astri # Set this job to only run on our new specialized runner
artifacts:
expose_as: 'Code Quality Report'
paths: [gl-code-quality-report.json]
#code_quality:
# services: # Shut off Docker-in-Docker
# tags:
# - cq-astri # Set this job to only run on our new specialized runner
#variables:
#CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18"
artifacts:
paths: [gl-code-quality-report.json]
# 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_html:
# extends: code_quality
# variables:
# REPORT_FORMAT: html
# artifacts:
# paths: [gl-code-quality-report.html]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment