From 621ec4b8eb15b83e9a38f157ee970f4ee0d09a7f Mon Sep 17 00:00:00 2001
From: Mihai Patrascoiu <mihai.patrascoiu@cern.ch>
Date: Mon, 25 Jul 2022 11:36:01 +0300
Subject: [PATCH] DMC-1327: Build on Centos Stream 9 platform

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e755d8..f5a4fe0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,10 @@ centos8:
   image: gitlab-registry.cern.ch/linuxsupport/c8-base
   <<: *build-template_definition
 
+centos-stream9:
+  image: gitlab-registry.cern.ch/linuxsupport/cs9-base
+  <<: *build-template_definition
+
 fedora-34:
   image: fedora:34
   <<: *build-template_definition
-- 
GitLab