From f03aaf270c85c68353babcce82064172e6b72423 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Apr 2017 09:32:37 +0300 Subject: [PATCH] CI: use latest phpunit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46279336..2e0c4891 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ phpunit_basic: - sh ./utils/gitlab-ci/check-schema.sh - cp utils/gitlab-ci/config-template.php config.php - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1" + - wget -O /usr/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar + - chmod +x /usr/bin/phpunit - phpunit tests/*.php phpunit_functional: -- 2.39.2