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