use downloaded phpunit

This commit is contained in:
Julien Fastré 2017-06-22 23:06:07 +02:00
parent 332bec6e83
commit 2145bd2be9

View File

@ -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