From cda680aeb0f4c7badb34c49c6e904e7dc459ec18 Mon Sep 17 00:00:00 2001
From: Paul Maruhn <paulmaruhn@posteo.de>
Date: Wed, 10 Nov 2021 23:20:47 +0100
Subject: [PATCH] update gitlab-ci

---
 .gitlab-ci.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40a7b78..cbfc8fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,4 @@
-image: debian:stable
-
-default:
-  interruptible: true
+image: debian:bullseye
 
 variables:
   GIT_SUBMODULE_STRATEGY: recursive
@@ -9,7 +6,7 @@ variables:
 stages:
 - test
 
-test:images:
+ansible_lint:
   stage: test
   before_script:
   - apt update
-- 
GitLab