From 2145bd2be9d0ab73912b247c1367a20724cedc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 22 Jun 2017 23:06:07 +0200 Subject: [PATCH] use downloaded phpunit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce6e7ca72..38fe0574e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,13 +20,13 @@ test:php-7.1: stage: test image: chill/ci-image:php-7.1 <<: *test_definition - script: phpunit + script: php vendor/bin/phpunit test:php-7: stage: test image: chill/ci-image:php-7 <<: *test_definition - script: phpunit + script: php vendor/bin/phpunit deploy-packagist: stage: deploy