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: