try quotes

This commit is contained in:
Jannis Portmann 2021-05-06 11:36:37 +02:00
parent d91e2a43e9
commit f0e3459333

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/phpunit php 'bin/phpunit'
} }
} }
} }