From 513ba4c70f5cc935358efd46b7838ff5c05c2f60 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