use correct path

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
このコミットが含まれているのは:
Morris Jobke 2019-04-12 15:30:43 +02:00
コミット 803b6d7fad
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: FE03C3A163FEDE68
1個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -66,7 +66,7 @@ steps:
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/php/
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger:
@ -96,7 +96,7 @@ steps:
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/php/
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger:
@ -126,7 +126,7 @@ steps:
- cd apps/$APP_NAME
# Run phpunit tests
- cd tests/php/
- cd tests/unit/
- phpunit --configuration phpunit.xml
trigger: