From aabdf4de309251fdfb43841005875ad4a2d1a17f Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 27 Jan 2017 11:21:25 -0500 Subject: [PATCH] Attempt to fix hhvm pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2709e948..1910164f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,4 +34,4 @@ test:hhvm: - composer install --no-dev image: 51systems/docker-gitlab-ci-runner-hhvm script: - - hhvm -d hhvm.php7.all=true vendor/bin/phpunit -c build \ No newline at end of file + - hhvm -d hhvm.php7.all=true phpunit -c build \ No newline at end of file