From b1cae947a706e0d0aa59652f20974ef1546ba86c Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 19 Oct 2017 18:31:28 -0400 Subject: [PATCH] Attempt to fix builds --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9198580..8939fe8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ test:7: - apk add --no-cache php7-phpdbg - curl -sS https://getcomposer.org/installer | php - php composer.phar install --ignore-platform-reqs - image: php:7-alpine + image: php:7.0-cli-alpine script: - phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never @@ -16,6 +16,6 @@ test:7.1: - apk add --no-cache php7-phpdbg - curl -sS https://getcomposer.org/installer | php - php composer.phar install --ignore-platform-reqs - image: php:7.1-alpine + image: php:7.1-cli-alpine script: - phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never