diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7835b983636269c80acb4ae8081c85d103891938..b34b3bae16e616218ec69a63db90f818cbb2084e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,9 @@ test:centos6.6: before_script: - echo "Running global 'before_script'..." - yum -y -q -e 0 install tcl - - yum -y -q -e 0 install glibc-devel + - yum -y -q -e 0 install glibc-common glibc-devel - yum -y -q -e 0 install libjpeg-turbo + - yum -y -q -e 0 install freetype - 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