From fe912354363c6532e5015b9f1369b7f56f6afd2b Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 3 Nov 2016 11:39:24 -0400 Subject: [PATCH] Fix hhvm tests take 2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ac51106..e294bfa6 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: - - hhvm -d hhvm.php7.all=true phpunit -c build \ No newline at end of file + - hhvm -d hhvm.php7.all=true vendor/bin/phpunit -c build \ No newline at end of file