From d8824c65333bbd7be9351860e5b4e65effb8af0f Mon Sep 17 00:00:00 2001 From: Michal Kravcenko <michal.kravcenko@vsb.cz> Date: Wed, 9 Jan 2019 10:46:13 +0100 Subject: [PATCH] MOD: added new docker --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20ce2c0c..471b4e87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,10 +91,9 @@ ubuntu_boost_system: # compiled locally as submodules and # linked statically ubuntu_boost_local_static_deps: - tags: - - centos7 - image: martinbeseda/ubuntu-ci:latest +# image: martinbeseda/ubuntu-ci:latest + image: gcc:latest before_script: - export TERM=xterm -- GitLab