Skip to content
Snippets Groups Projects
Commit c6a26215 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: fix XML report path

Due to a bug in `run-tests.py`, relative paths are to the test
directory, not the current directory. Work around this by specifying
an absolute path, so that we don't break if it's fixed.
parent 19d34b8f
No related branches found
No related tags found
1 merge request!63CI tweaks and refactorings
......@@ -10,7 +10,7 @@
stage: current
image: registry.heptapod.net:443/mercurial/hg-git/ci:py$PYTHON-hg-$HG
script:
- python$PYTHON tests/run-tests.py --xunit tests.xml -v --color=always
- python$PYTHON tests/run-tests.py -v --xunit $PWD/tests-$PYTHON-$HG.xml --color=always
parallel:
matrix:
- PYTHON:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment