From 6c4cab9d362d4fa12b35df5c7cc520902fe4cfe8 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 14 Apr 2025 16:04:59 +0200 Subject: [PATCH] Resolves: RHELMISC-11287 Fix CI test --- tests/runtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/runtest.sh b/tests/runtest.sh index b251f59..bd77c22 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -11,8 +11,9 @@ rlJournalStart if ! rlCheckRpm gnome-desktop-testing; then echo "gnome-desktop-testing is not available." echo "Trying to download and compile it:" - git clone https://gitlab.gnome.org/GNOME/gnome-desktop-testing.git + git clone https://gitlab.com/redhat/centos-stream/tests/gnome-desktop-testing.git pushd gnome-desktop-testing + git checkout -b v2021.1 refs/tags/v2021.1 ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var make make install