From 15d3cf888cccf3827f7182986cd38c60980e2196 Mon Sep 17 00:00:00 2001 From: Michal Kravcenko <michal.kravcenko@vsb.cz> Date: Wed, 9 Jan 2019 11:09:02 +0100 Subject: [PATCH] MOD: reverted the new docker --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 471b4e87..06be81eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ ubuntu_boost_system: tags: - centos7 - image: martinbeseda/dockertest:latest + image: martinbeseda/ubuntu-ci:latest before_script: - rm -rf external_dependencies/boost/* @@ -91,9 +91,10 @@ ubuntu_boost_system: # compiled locally as submodules and # linked statically ubuntu_boost_local_static_deps: + tags: + - centos7 -# image: martinbeseda/ubuntu-ci:latest - image: gcc:latest + image: martinbeseda/ubuntu-ci:latest before_script: - export TERM=xterm -- GitLab