diff options
Diffstat (limited to 'test/runner/BUILD')
-rw-r--r-- | test/runner/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner/BUILD b/test/runner/BUILD index f9f788726..2d93aa6af 100644 --- a/test/runner/BUILD +++ b/test/runner/BUILD @@ -8,6 +8,7 @@ go_binary( srcs = ["main.go"], data = [ "//runsc", + "//test/runner/setup_container", ], visibility = ["//:sandbox"], deps = [ |