From bb86f6bafe37128d2edba022621acc101cc57558 Mon Sep 17 00:00:00 2001
From: Markus Frosch <markus.frosch@icinga.com>
Date: Mon, 22 Jul 2019 19:50:05 +0200
Subject: [PATCH] ci: Add build jobs for epel-8

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba1fb7f..fb4e2f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,23 @@ variables:
 ###################################
 # EPEL
 ###################################
+build/rhel/8:
+  <<: *build
+  variables:
+    DOCKER_IMAGE: rhel/8
+
+test/rhel/8:
+  <<: *test
+  variables:
+    DOCKER_IMAGE: rhel/8
+  dependencies:
+    - build/rhel/8
+
+upload/epel/8:
+  <<: *upload
+  dependencies:
+    - build/rhel/8
+
 build/centos/7:
   <<: *build
   variables:
-- 
GitLab