From 70686388b75c5841b037e6e57cd4954fd537b62e Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 24 Feb 2025 16:33:53 +0100 Subject: [PATCH] .gitlab-ci.yml: fix runner matrix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdc84b9d..c18d2444 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,9 +30,9 @@ test: parallel: matrix: - RUNNER: + - aws/rhel-9.6-nightly-x86_64 + - aws/rhel-10.0-nightly-x86_64 INTERNAL_NETWORK: ["true"] - - aws/rhel-9.6-nightly-x86_64 - - aws/rhel-10.0-nightly-x86_64 finish: stage: finish