From cc053c88a18656cce7b4e55ac78026020d03e3c2 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Sat, 4 Jun 2016 10:07:35 +0200 Subject: [PATCH] Fixed .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82ecf86..8791141 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ image: php:7.0 before_script: + - apt-get install wget - wget https://phar.phpunit.de/phpunit.phar stages: