diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e594158d26156482e91003fb37419111837d524e..66bc93e575e13cecb857b3874b7a953b68076554 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