Try to fix xml jnuit results
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Test reports
|
||||
test-reports/
|
||||
test-results/
|
||||
|
||||
# Text backup files
|
||||
*.bak
|
||||
|
||||
Vendored
+1
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user