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