From 4bcef74817c47f2c871be76b3b844f49f13751b1 Mon Sep 17 00:00:00 2001
From: Henrik Triem <henrik.triem@icinga.com>
Date: Wed, 10 Aug 2022 15:50:03 +0000
Subject: [PATCH] Add RHEL 9

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b68abf2..c9d263b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,6 +47,26 @@ variables:
     - master
     - tags
 
+###################################
+# RHEL
+###################################
+build/rhel/9:
+  <<: *build
+  variables:
+    DOCKER_IMAGE: rhel/9
+
+test/rhel/9:
+  <<: *test
+  variables:
+    DOCKER_IMAGE: rhel/9
+  dependencies:
+    - build/rhel/9
+
+upload/rhel/9:
+  <<: *upload
+  dependencies:
+    - build/rhel/9
+
 ###################################
 # EPEL
 ###################################
-- 
GitLab