Align tests target name prefix with plugin name

Change-Id: Ia6cd289280b7b2fdf46ca49ccb0dd1485edd56a4
diff --git a/BUILD b/BUILD
index 07bf406..d956896 100644
--- a/BUILD
+++ b/BUILD
@@ -70,7 +70,7 @@
 )
 
 junit_tests(
-    name = "gc_conductor_tests",
+    name = "gc-conductor_tests",
     srcs = glob(["src/test/java/**/*.java"]),
     resources = glob(["src/test/resources/**/*"]),
     tags = [