From 743b07721d0119a53c8366e854b4b61b54cb5af8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 5 Apr 2022 08:03:41 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f6217e..f1455f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ stages:          # List of stages for jobs, and their order of execution
   - test
 
 image:
-  name: hub.docker.com/_/debian/stable-slim
+  name: hub.docker.com/_/debian:stable-slim
 
 cache:
   key: build
-- 
GitLab