From b54b5918523221a7ffd03b944e22517767a1fa38 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20Gr=C3=B6ger?= <jonas.groeger@codecentric.de>
Date: Thu, 27 Oct 2022 18:01:25 +0000
Subject: [PATCH] fix: stop:preview must use fit-connect/baseimage:latest

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5cb962dbd..446024d20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ upload:production:
 
 stop:preview:
   stage: .post
-  image: alpine:latest
+  image: ${CI_REGISTRY}/fit-connect/baseimage:latest
   environment:
     name: preview/$CI_COMMIT_REF_NAME
     action: stop
-- 
GitLab