diff --git a/Jenkinsfile b/Jenkinsfile index df3a132ba53..3725eb0f784 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -98,7 +98,7 @@ pipeline { ], tools: [ [ - $class: 'JUnitType', + $class: 'PHPUnitType', pattern: env.PHPUNIT_TESTS_REPORT_FOLDER + '/*.xml' ] ]