From d14b9d400baa318d17885f6fbe8daf11477a815d Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Wed, 5 Oct 2022 01:17:46 +0200
Subject: [PATCH] Add python-bullseye image

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a64985a..b0806ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,6 +90,12 @@ python-buster:
   variables:
     IMAGE_NAME: fsmpi-python
 
+python-bullseye:
+  extends: .build-bullseye
+  stage: first
+  variables:
+    IMAGE_NAME: fsmpi-python
+
 ansible-buster:
   extends: .build-buster
   stage: second
-- 
GitLab