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
39122bd0
Commit
39122bd0
authored
Sep 29, 2021
by
Nicolo Parmiggiani
Browse files
Update .gitlab-ci.yml
parent
ba960b8e
Pipeline
#2411
passed with stages
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
39122bd0
...
...
@@ -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"
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
:
...
...
@@ -35,6 +20,7 @@ code_quality_html:
REPORT_FORMAT
:
html
artifacts
:
paths
:
[
gl-code-quality-report.html
]
#secondpipe:
...
...
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