diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ba4f00..0f357f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,4 @@ test:hhvm: - composer install image: 51systems/docker-gitlab-ci-runner-hhvm script: - - vendor/bin/phpunit --coverage-text --colors=never \ No newline at end of file + - hhvm -d hhvm.php7.all=true vendor/bin/phpunit --coverage-text --colors=never \ No newline at end of file