Try to fix xml jnuit results

This commit is contained in:
2021-02-02 15:03:26 +02:00
parent ee4d19d986
commit c53b268f84
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# Test reports
test-reports/
test-results/
# Text backup files
*.bak
Vendored
+1
View File
@@ -17,6 +17,7 @@ matrix {
stage('test') {
sh 'pip3 install -r requirements.txt'
sh 'python -m pytest catalog/tests/'
sh 'python -m xmlrunner discover -p *_test.py'
}
}
}