diff --git a/tests/setup_gate.sh b/tests/setup_gate.sh
index d2e2f6cc0d84539ec3155ad8170d4ca4c7b60935..c14a85dcbf0852b0960f3c8fba2a6a78cd1a341a 100755
--- a/tests/setup_gate.sh
+++ b/tests/setup_gate.sh
@@ -61,7 +61,7 @@ function prepare_images {
 
     if [[ $SCENARIO == "zun" ]]; then
         GATE_IMAGES+=",^zun,^kuryr,^etcd,^cinder,^iscsid"
-        if [[ $BASE_DISTRO != "centos" ]]; then
+        if [[ $BASE_DISTRO != "centos" && $BASE_DISTRO != "rocky" ]]; then
             GATE_IMAGES+=",^tgtd"
         fi
     fi