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