fix phpunit command

This commit is contained in:
Jannis Portmann 2021-05-06 11:34:08 +02:00
parent c6de2d24c4
commit d91e2a43e9

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ node {
* For this example, we're using a Volkswagen-type approach ;-) */ * For this example, we're using a Volkswagen-type approach ;-) */
app.inside { app.inside {
php bin/console bin/phpunit php bin/phpunit
} }
} }
} }