@After
 public void tearDown() throws Exception {
   for (GcsPath path : helper.gcsUtil.expand(GcsPath.fromUri(outputPrefix + "*"))) {
     helper.deleteOutput(path.toString());
   }
 }