From 67c8180647d07e7a70376707c831cde5de2896fb Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Thu, 2 Mar 2017 15:06:41 +0100
Subject: [PATCH] Gathering information

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a128a4963..f1deb298c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,6 @@ stages:
 before_script:
   - echo "Running global 'before_script'..."
   - yum -y -q -e 0 install tcl
-  - yum -y -q -e 0 install make
   - mkdir -p /scicore/soft/modules
   - ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
   - ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
@@ -35,6 +34,7 @@ build:centos6.6:
   image: centos:6.6
   script:
   - echo "Building on CentOS 6..."
+  - /scicore/soft/apps/GCC/4.7.2/bin/c++
   - cmake .. -DENABLE_MM=1
              -DOPEN_MM_LIBRARY=$EBROOTOPENMM/lib/libOpenMM.so
              -DOPEN_MM_PLUGIN_DIR=$EBROOTOPENMM/lib/plugins
-- 
GitLab