From e8a5e042dd48819a91ba53aba1ef79a36fa1c497 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 2 Jun 2016 12:07:28 +1000 Subject: [PATCH] Added gitlab runner configuration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 538abc64..03fa65cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ before_script: test:5.5: image: leenooks/php:5.5 script: - - phpunit --bootstrap=includes/kohana/modules/unittest/bootstrap.php --exclude-group kohana --colors --verbose $@ includes/kohana/modules/unittest/tests.php --site=test + - phpunit --bootstrap=includes/kohana/modules/unittest/bootstrap.php --exclude-group kohana --colors --verbose $@ includes/kohana/modules/unittest/tests.php only: - test tags: