From fbeefa191ce62692fd17a95b7392bdd5d8fad5df Mon Sep 17 00:00:00 2001
From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de>
Date: Sun, 10 Dec 2017 00:58:26 +0100
Subject: [PATCH] Update .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 925bbb3..ae098be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ unittest:
     stage: test
     script:
     - apt update
-    - apt install python3
+    - apt install -y python3
     - python3 -V
     - uname -a
     - apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage
@@ -22,7 +22,7 @@ livetest:
     stage: test
     script:
     - apt update
-    - apt install python3
+    - apt install -y python3
     - python3 -V
     - uname -a
     - apt install -y python3-requests
-- 
GitLab