diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 4e04672ad39e0fbe2f5613b17639f9357da731f5..e4f2edaf9511ac6fcd4e73742307f4ba01e8cf77 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -477,7 +477,7 @@ yarn = Module(
     ],
     sbt_test_goals=[
         "yarn/test",
-        "common/network-yarn/test",
+        "network-yarn/test",
     ],
     test_tags=[
         "org.apache.spark.tags.ExtendedYarnTest"