From e60625abc2ebdbc37890046be5e70fdcfb40bcb7 Mon Sep 17 00:00:00 2001 From: clanmills Date: Sun, 11 Oct 2020 21:24:51 +0100 Subject: [PATCH] Disable centOS on CI. The web-server goes crazy althought this doesn't happen in the terminal on centOS. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d01a90f2..da665139 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,10 +59,10 @@ Ubuntu: <<: *default_config <<: *distro_build -CentOS: - image: centos:7 - <<: *default_config - <<: *distro_build +# CentOS: +# image: centos:7 +# <<: *default_config +# <<: *distro_build OpenSUSE: image: opensuse/tumbleweed