summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/BUILD')
-rw-r--r--benchmarks/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/BUILD b/benchmarks/BUILD
index 2a2d15d7e..ac44f479d 100644
--- a/benchmarks/BUILD
+++ b/benchmarks/BUILD
@@ -13,8 +13,8 @@ py_binary(
data = select({
":gcloud_rule": [],
"//conditions:default": [
- "//tools/images:ubuntu1604",
- "//tools/images:zone",
+ "//tools/vm:ubuntu1604",
+ "//tools/vm:zone",
],
}),
main = "run.py",