From 603d68a7b3296960166e49df1f2efa577a656e16 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 24 Jun 2017 21:46:41 -0400 Subject: [PATCH] Trying to see how artifacts work --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 913c3900..b328fffc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,9 @@ before_script: - bash ci/docker_install.sh > /dev/null test:app: - when: manual + #when: manual script: - cd api/Tests - - phpunit \ No newline at end of file + - phpunit + paths: + - * \ No newline at end of file