diff --git a/projects/rccl-tests/.jenkins/common.groovy b/projects/rccl-tests/.jenkins/common.groovy index 5bf86a4765..c893f9fd8e 100644 --- a/projects/rccl-tests/.jenkins/common.groovy +++ b/projects/rccl-tests/.jenkins/common.groovy @@ -31,7 +31,7 @@ def runTestCommand (platform, project) """ platform.runCommand(this, command) - junit "${project.paths.project_build_prefix}/build/release/test/*.xml" + junit "${project.paths.project_build_prefix}/*.xml" } return this