From 28027ae58b08f5918f2eb25ce1f555b1e27472d2 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 22 Jun 2017 21:46:46 -0400 Subject: [PATCH] More changes --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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