diff --git a/Jenkinsfile b/Jenkinsfile index 18527ac5..719d607f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { } } steps { - sh 'phpdbg -qrr -- ./vendor/bin/phpunit --colors=never' + sh 'phpdbg -qrr -- ./vendor/bin/phpunit --colors=never -c build' step([ $class: 'CloverPublisher', cloverReportDir: '',