From 7e05a4dcc2f34469294c428c5973193e36b0e1b5 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Wed, 3 Aug 2016 18:09:55 -0400 Subject: [PATCH] try a different docker container for running hhvm tests --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bea8b39..99346c5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,7 @@ test:7: test:hhvm: before_script: - - curl -sS https://getcomposer.org/installer | hhvm - - hhvm composer.phar install --no-dev - - curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar - - chmod +x /usr/local/bin/phpunit - image: diegomarangoni/hhvm:cli + - composer install -g phpunit + image: 51systems/docker-gitlab-ci-runner-hhvm script: - - hhvm `which phpunit` -c build \ No newline at end of file + - phpunit -c build \ No newline at end of file