From 73c7a521681f5327aadcd2527db88946f4431780 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Thu, 7 Apr 2016 22:16:00 +0000
Subject: [PATCH] teting chain

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e451e7238..2d428848d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,7 @@ slc6-gcc48:
     - cmake -D DD4HEP_USE_GEANT4=ON -D DD4HEP_USE_BOOST=ON -DBoost_NO_BOOST_CMAKE=ON -D DD4HEP_USE_LCIO=ON -D BUILD_TESTING=ON -DCLHEP_DIR=$CLHEP -D Geant4_DIR=$G4INSTALL/lib64/Geant4-10.2.0 -D DD4HEP_USE_CXX11=ON ..        
     - make -j4
     - make install
-    - yum install more -y
-    - more ../bin/thisdd4hep.sh
+    - cat ../bin/thisdd4hep.sh
     - . ../bin/thisdd4hep.sh
     - make test
 
-- 
GitLab