From 157c4056b56e0d693c170a17e48bc99999f1795b Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Tue, 27 Sep 2022 18:58:22 +0200
Subject: [PATCH] ci: Update CI image to bullseye and use fsmpi registry

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26a6f49..6506c31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 ---
 
-image: registry.git.stud.rwth-aachen.de/infra/ci-containers/asta-ansible:buster
+image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-ansible:bullseye
 
 variables:
   GIT_SUBMODULE_STRATEGY: recursive
@@ -20,5 +20,4 @@ test:
   script:
     - yamllint .
     - ansible-lint ./*/
-    # yamllint disable-line rule:line-length
     - "! rg --fixed-strings 'passwordstore' ./*/templates"
-- 
GitLab