From 3631848976b4492b4327381f36f022acb86e4ee9 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Thu, 26 Apr 2018 14:10:08 +0200 Subject: [PATCH] wip --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d7059da..f4ff5ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {