From 0c7856b38878875c21617be57d157d6c9c8c2753 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 22 Jun 2017 21:45:01 -0400 Subject: [PATCH] Trying to get CI tests to run --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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