diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abe466080b531f979feb696bf57f90bd64899c7d..f237d6dc0b12840bc21689b7fa7e82115098a6d8 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