From 8dc9b50d38cdde4a70ec0195741f72db9d32bbfa Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Sat, 4 Jun 2016 10:10:50 +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 8791141..f593234 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ image: php:7.0 before_script: + - apt-get update - apt-get install wget - wget https://phar.phpunit.de/phpunit.phar