diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba1fb7f6d139e78ebd9edf9f51c8f334d24163b3..fb4e2f7ace2d7310e53690ab3bef50a5c96496a4 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: