diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e49f10eb..4ac51106 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,4 @@ test:hhvm: - composer install --no-dev image: 51systems/docker-gitlab-ci-runner-hhvm script: - - phpunit -c build \ No newline at end of file + - hhvm -d hhvm.php7.all=true phpunit -c build \ No newline at end of file