diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed0351c8..f2f49afd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,4 @@ before_script: test:app: script: - - phpunit --configuration api/Tests/phpunit.xml \ No newline at end of file + - cd api/Tests && phpunit \ No newline at end of file