From 7f58f5147404cbe9f6cf4061feec9737828d8ce7 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Mon, 14 Mar 2016 15:58:28 +0000
Subject: [PATCH] typo in yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fa892c63..831ac5559 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 before_script:
-    -yum install make
-    -yum install which
+    #pre-installation script
+    - yum install make which -y
 
 centos7-gcc48:
   tags:
-- 
GitLab