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
ea020fa2
Commit
ea020fa2
authored
Sep 29, 2021
by
Nicolo Parmiggiani
Browse files
Update .gitlab-ci.yml
parent
f143baf3
Pipeline
#2409
passed with stages
in 44 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea020fa2
...
...
@@ -4,10 +4,27 @@ image:
include
:
-
template
:
Code-Quality.gitlab-ci.yml
secondpipe
:
trigger
:
include
:
secondpipe/.pipe.yml
code_quality
:
stage
:
test
artifacts
:
expose_as
:
'
Code
Quality
Report'
paths
:
[
gl-code-quality-report.json
]
code_quality_html
:
extends
:
code_quality
variables
:
REPORT_FORMAT
:
html
artifacts
:
paths
:
[
gl-code-quality-report.html
]
#secondpipe:
# trigger:
# include: secondpipe/.pipe.yml
...
...
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