diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b12c1c3b165b95324d63c0f0051ab05527fcf3d..c124b3835d1354496d12bf6b7efda78923341bf6 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/{apps,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 @@ -35,7 +35,6 @@ build:centos6.6: script: - echo "Building on CentOS 6..." - echo $PATH - - ls /export/soft/apps/centos6/generic - ls -l /scicore/soft/apps - ls /scicore/soft/apps/CMake/2.8.12-goolf-1.4.10/bin - cmake ..