fix phpunit command
This commit is contained in:
parent
c6de2d24c4
commit
d91e2a43e9
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue