Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolo Parmiggiani
test_CI
Commits
0cbd7ac5
Commit
0cbd7ac5
authored
Sep 29, 2021
by
Nicolo Parmiggiani
Browse files
Update .gitlab-ci.yml
parent
a3d1995e
Pipeline
#2416
passed with stages
in 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0cbd7ac5
...
...
@@ -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]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment