Add pytest.xml to report artifacts list

This commit is contained in:
Christophe Bedard 2019-06-26 10:05:19 +02:00
parent 81e499eb17
commit dabd7eb84f

View file

@ -15,5 +15,8 @@ build:
paths:
- install
- build/*/test_results/*/*.xunit.xml
- build/*/pytest.xml
reports:
junit: build/*/test_results/*/*.xunit.xml
junit:
- build/*/test_results/*/*.xunit.xml
- build/*/pytest.xml