diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40a7b786f5ac37c7041fecf3938410cb82a0ffc7..cbfc8fb0052b6899adafc0c753db600e30997465 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