diff --git a/Jenkinsfile b/Jenkinsfile index 1166b8e..8e3fd16 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ pipeline { stage('Integration Tests') { steps { sh 'rm -rf test/results' - sh 'mkdir -p test/results/integration + sh 'mkdir -p test/results/integration' sh 'bats -F junit test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat > test/results/integration/dns.xml' } }