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
9b25a182
Commit
9b25a182
authored
Nov 26, 2021
by
Nicolo Parmiggiani
Browse files
Update .gitlab-ci.yml
parent
dcf4b5dc
Pipeline
#8700
waiting for manual action with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9b25a182
...
...
@@ -22,6 +22,8 @@ image:
# - master # or the name of your main branch
include
:
-
template
:
Code-Quality.gitlab-ci.yml
code_quality
:
services
:
# Shut off Docker-in-Docker
...
...
@@ -29,7 +31,7 @@ code_quality:
-
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
"
CODE_QUALITY_IMAGE
:
"
registry.
example.com/codequality-fork:latest
"
artifacts
:
paths
:
[
gl-code-quality-report.json
]
...
...
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