From f207e1b6e58a74e171edd0f9c610c1ff0c2f26fd Mon Sep 17 00:00:00 2001
From: Sergi Hernandez <shernand@iri.upc.edu>
Date: Tue, 20 Feb 2018 10:19:12 +0100
Subject: [PATCH] Modified the script to assume always yes when installing new
 software.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8430a3d..f3252d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ pages:
   script:
   - cd Build
   - apt-get update
-  - apt-get install ttf-freefont graphviz
+  - apt-get install -y ttf-freefont graphviz
   - make doc
   - mv ../doc/html/ ../public/
   artifacts:
-- 
GitLab