From 81b1229db0758cb5861abe5c47d31cedf87bea8a Mon Sep 17 00:00:00 2001 From: Markus Frosch 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 0316a78..f3de02d 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: