diff --git a/Jenkinsfile b/Jenkinsfile index d157b2d..1162dc4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } stage('Publish Test Results') { steps { - junit 'x64/Debug/test_repos.exe.gta.testdurations' + junit 'x64/Debug/test_repos.exe.gta.testdurations.xml' } }