diff --git a/pkg/cmd/roachtest/tests/ruby_pg.go b/pkg/cmd/roachtest/tests/ruby_pg.go index 5e3874e541ec..a53d62168d56 100644 --- a/pkg/cmd/roachtest/tests/ruby_pg.go +++ b/pkg/cmd/roachtest/tests/ruby_pg.go @@ -130,7 +130,7 @@ func registerRubyPG(r registry.Registry) { c, node, "installing gems", - `cd /mnt/data1/ruby-pg/ && bundle install`, + `cd /mnt/data1/ruby-pg/ && sudo bundle install`, ); err != nil { t.Fatal(err) }