There is a naming convention for the Junit reports (junit_results*.xml) so use that so the CI will parse the tests failures and make it easier to spot the errors.
Also prevent the build from failing if the junit report is not available for any reason.