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
open-source
gitlab-ci-templates
Commits
557d20e38564
Commit
557d20e3
authored
Jun 02, 2021
by
Simon Chabot
Browse files
feat(py3): automatically report tests status
parent
764786103136
Pipeline
#59532
passed with stage
in 17 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
templates/tests/py3.yml
View file @
557d20e3
...
...
@@ -3,5 +3,5 @@
before_script
:
-
pip install tox
stage
:
tests
script
:
tox -e py3
script
:
tox -e py3
-- --junitxml=report.xml
artifacts
:
...
...
@@ -7,3 +7,6 @@
artifacts
:
when
:
always
reports
:
junit
:
report.xml
paths
:
-
py3-deprecated-warnings.json
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