From 83cfcdf417915783bd6be10b2ed123c1ca48cdd8 Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Wed, 5 Feb 2020 14:08:21 +0100 Subject: [PATCH] CI: Use the docker image from the af3 repo Signed-off-by: Alexander Diewald <diewald@fortiss.org> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 337ced2..c5bbb16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: git.fortiss.org:5001/diewald/maven-releng:latest +image: git.fortiss.org:5001/af3/maven-releng:latest stages: - build -- GitLab