From 35afaacc7429941338103a10486defb41457fc17 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 11 Jun 2020 12:41:10 +0200 Subject: [PATCH] [ci] update --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 301ff80..434edb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,11 +5,11 @@ stages: .centos: tags: [linux, docker] - image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos + image: git.imp.fu-berlin.de:5000/bioroboticslab/auto/ci/centos:latest .windows: tags: [windows, docker] - image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:devel-windows + image: git.imp.fu-berlin.de:5000/bioroboticslab/auto/ci/windows:latest-devel before_script: - . $Profile.AllUsersAllHosts -- GitLab