This commit is contained in:
Emmanuel Cazenave 2018-04-26 14:10:08 +02:00
parent 979c3d95ee
commit 3631848976
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
stage('unit test') {
steps {
sh 'echo $BUILD_TAG'
sh 'tox -r -- --junitxml=test_results.xml --cov-report xml --cov-report html --cov=bidon/ tests/'
sh 'tox -r -- --reuse-db --junitxml=test_results.xml --cov-report xml --cov-report html --cov=bidon/ tests/'
}
}
stage('packaging') {