diff --git a/JenkinsFile b/JenkinsFile index d2f2995e3..aa27652de 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -38,7 +38,7 @@ pipeline { post { always { - junit allowEmptyResults: true, testResults: 'backend/target/surefire-reports/*.xml' + junit allowEmptyResults: true, testResults: 'target/surefire-reports/*.xml' archiveArtifacts artifacts: 'target/*.jar', fingerprint: true } }