From 9ec3e0cd94ec1b0f519f20b1922d6076743e7ea6 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Feb 2017 13:44:41 -0500 Subject: [PATCH] Try, try, again --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e327a37b..6d9803ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test:7: - php composer.phar install --no-dev --ignore-platform-reqs image: php:7-alpine script: - - phpdbg -qrr -- vendor/bin/phpunit --coverage-text --colors=never + - phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never test:7.1: stage: test @@ -22,4 +22,4 @@ test:7.1: - php composer.phar install --no-dev --ignore-platform-reqs image: php:7.1-alpine script: - - phpdbg -qrr -- vendor/bin/phpunit --coverage-text --colors=never + - phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never