From 0eba0e01c379421a48c6baa9e1183e2d78224d71 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Thu, 17 Mar 2016 10:46:30 +0000 Subject: [PATCH] Test CI --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92a0c30a8..6efdd2a0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,10 @@ slc6-gcc48: - make install - make test - cd .. - - . bin/thisdd4hep.sh + - ls -l bin + - yum install more -y + - more bin/thisdd4hep.sh + - . bin/thisdd4hep.sh - cd examples - mkdir build - cd build -- GitLab