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
vidjil
should
Commits
05c5bc79
Commit
05c5bc79
authored
Sep 22, 2018
by
Mathieu Giraud
Browse files
.gitlab-ci.yml: produce .xml artifacts and use them within gitlab
parent
783d16ca
Pipeline
#408402
passed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
05c5bc79
...
...
@@ -10,7 +10,10 @@ unit:
demo
:
stage
:
demo
script
:
python3 src/should.py demo/*.should
script
:
python3 src/should.py --xml demo/*.should
artifacts
:
reports
:
junit
:
should.xml
coverage
:
stage
:
coverage
...
...
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