use correct path

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-04-12 15:30:43 +02:00
父節點 ba86e2bbc2
當前提交 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: