diff --git a/Jenkinsfile b/Jenkinsfile index 4766ac1..1ebf519 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ node { * For this example, we're using a Volkswagen-type approach ;-) */ app.inside { - sh 'echo "Tests passed"' + php bin/console bin/phpunit } } } \ No newline at end of file