From fae191eef7c7ee98c3b80a47b7ed4b51a305a74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 22 Jun 2017 23:07:11 +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 033aa8573..80ba9ab93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,13 +19,13 @@ test:php-7: image: chill/ci-image:php-7 stage: test <<: *test_definition - script: phpunit + script: php vendor/bin/phpunit test:php-7.1: image: chill/ci-image:php-7.1 stage: test <<: *test_definition - script: phpunit + script: php vendor/bin/phpunit deploy-packagist: stage: deploy