From cbce19b26586c41b149ef89afb011a98c2fabe68 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Fri, 4 Apr 2025 17:56:58 +0200
Subject: [PATCH] Wrong script

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75237d95a9..5d0f39d707 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -715,7 +715,7 @@ verify-images:
     - "wget -O /usr/local/sbin/regctl https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regctl-linux-amd64"
     - "chmod +x /usr/local/sbin/regctl"
   script:
-    - bash ./.gitlab/check-unsupported-images.sh
+    - bash ./.gitlab/check-supported-images.sh
 
 scan-sonarqube:
   image: sonarsource/sonar-scanner-cli:${SONARQUBE_VERSION}
-- 
GitLab