Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHS
MPR
Commits
8309533e
Commit
8309533e
authored
Mar 24, 2021
by
Robert Schweppe
Browse files
- fixed bug in .gitlab-ci.yml
parent
1610b463
Pipeline
#20187
failed with stages
in 5 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8309533e
...
...
@@ -8,6 +8,7 @@ stages:
-
info
-
build
-
test
-
coverage
-
deploy
workflow
:
...
...
@@ -129,7 +130,7 @@ show-env-vars:
# template for coverage jobs
.coverage_template
:
&coverage_template
stage
:
test
stage
:
coverage
script
:
-
source $MODULE_LOAD_SCRIPT
-
*setup_build_dir
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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