From a8b1f216173f16fcb11fd7eb04f3f6701b617ead Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Fri, 3 Mar 2017 16:58:44 +0100 Subject: [PATCH] Gathering information --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7835b9836..b34b3bae1 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 -- GitLab