diff --git a/Jenkinsfile b/Jenkinsfile index 5f8c90e..fce20d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,6 +104,7 @@ pipeline { stage('Integration Tests') { steps { + sh 'rm -rf test/results' sh 'mkdir -p test/results/integration/dns' sh 'bats -F junit --gather-test-outputs-in test/results/integration/dns test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat' }