From 2be8db26619de0f17a09ebe4af715d1f47fd511d Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Tue, 22 Jan 2019 20:59:42 +0100 Subject: [PATCH] FIX: Added new Docker to CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27792d13..92f74192 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ ubuntu_boost_system: tags: - centos7 - image: martinbeseda/ubuntu-ci:latest + image: martinbeseda/lib4neuro-ubuntu-system-deps:latest before_script: - export TERM=xterm -- GitLab