From f9191b692519ee44c1c7585c5c95d07c066b8dd9 Mon Sep 17 00:00:00 2001
From: Pablo Escobar <pescobar001@gmail.com>
Date: Thu, 2 Mar 2017 15:16:22 +0100
Subject: [PATCH] fixing symlinks to software stack is available in the
 container

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1deb298c..6dd87e29e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ stages:
 before_script:
   - echo "Running global 'before_script'..."
   - yum -y -q -e 0 install tcl
-  - mkdir -p /scicore/soft/modules
+  - mkdir -p /scicore/soft/
   - ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
   - ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
   - source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash
@@ -34,7 +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 --help
   - cmake .. -DENABLE_MM=1
              -DOPEN_MM_LIBRARY=$EBROOTOPENMM/lib/libOpenMM.so
              -DOPEN_MM_PLUGIN_DIR=$EBROOTOPENMM/lib/plugins
-- 
GitLab