diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9ea2fe43d6aec6f21c32eead9173c6f687aadc3..e6231405b61ac5104e8054afcd9742e6c220f395 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/
+  - 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
   - source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash
@@ -34,24 +34,6 @@ build:centos6.6:
   image: centos:6.6
   script:
   - echo "Building on CentOS 6..."
-  - cmake --help
-  - cmake .. -DENABLE_MM=1
-             -DOPEN_MM_LIBRARY=$EBROOTOPENMM/lib/libOpenMM.so
-             -DOPEN_MM_PLUGIN_DIR=$EBROOTOPENMM/lib/plugins
-             -DOPEN_MM_INCLUDE_DIR=$EBROOTOPENMM/include
-             -DCOMPILE_TMTOOLS=1
-             -DENABLE_GFX=OFF
-             -DENABLE_GUI=OFF
-             -DUSE_NUMPY=1
-             -DUSE_RPATH=1
-             -DPYTHON_ROOT=$EBROOTPYTHON
-             -DEIGEN3_INCLUDE_DIR=$EBROOTEIGEN/include
-             -DFFTW_LIBRARY=$EBROOTFFTW/lib/libfftw3f.a
-             -DFFTW_INCLUDE_DIR=$EBROOTFFTW/include
-             -DBOOST_ROOT=$EBROOTBOOST
-             -DQT_QMAKE_EXECUTABLE=$EBROOTQT/bin/qmake
-             -DCOMPOUND_LIB=$COMP_LIB
-             -DOPTIMIZE=1
   - echo "... done building on CentOS 6."
 
 # TESTS STAGE