m/test/launch/cli/launch-cluster: use metroctl_lite

This avoids building the bundle and thus speeds up the build of
launch-cluster. metroctl_lite is already used in
//metropolis/test/launch.

Change-Id: I67ef3e92f068d4314f1ef9942ed2fe49992ce48f
Reviewed-on: https://review.monogon.dev/c/monogon/+/3839
Tested-by: Jenkins CI
Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
diff --git a/metropolis/test/launch/cli/launch-cluster/BUILD.bazel b/metropolis/test/launch/cli/launch-cluster/BUILD.bazel
index 5b58b9b..339ea4c 100644
--- a/metropolis/test/launch/cli/launch-cluster/BUILD.bazel
+++ b/metropolis/test/launch/cli/launch-cluster/BUILD.bazel
@@ -4,12 +4,12 @@
     name = "launch-cluster_lib",
     srcs = ["main.go"],
     data = [
-        "//metropolis/cli/metroctl",
+        "//metropolis/cli/metroctl:metroctl_lite",
     ],
     importpath = "source.monogon.dev/metropolis/test/launch/cli/launch-cluster",
     visibility = ["//visibility:private"],
     x_defs = {
-        "xMetroctlPath": "$(rlocationpath //metropolis/cli/metroctl )",
+        "xMetroctlPath": "$(rlocationpath //metropolis/cli/metroctl:metroctl_lite )",
     },
     deps = [
         "//metropolis/cli/flagdefs",