From d01570a4516242f47e43f14ff68e7d32bfda5b85 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Sat, 4 Jun 2016 10:06:15 +0200 Subject: [PATCH] Fixed .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a69e0a..82ecf86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ image: php:7.0 before_script: - - apt-get install phpunit + - wget https://phar.phpunit.de/phpunit.phar stages: - test test: script: - - phpunit tests/ + - php phpunit.phar tests/