From f18274db76b56383c669f8d8e54abe9a42b83878 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 6 Mar 2017 11:00:23 +0100 Subject: [PATCH] Making unit tests fail on purpose --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a791b443a..a2ea7da51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ test:centos6.6: - yum -y -q -e 0 install glibc-common - yum -y -q -e 0 install glibc-devel - yum -y -q -e 0 install libjpeg-turbo - - yum -y -q -e 0 install freetype - yum -y -q -e 0 install libpng - mkdir -p /scicore/soft/modules - ln -s /export/soft/apps/centos6/generic /scicore/soft/apps -- GitLab