diff --git a/Jenkinsfile b/Jenkinsfile index c806b59..9cc74c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,7 +104,7 @@ pipeline { stage('Integration Tests') { steps { - sh 'bats -F junit test/integration/dns.bat' > TEST-Integration-dns.xml + sh 'bats -F junit test/integration/dns.bat > TEST-Integration-dns.xml' } }