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