diff --git a/docs/building-spark.md b/docs/building-spark.md
index e99b70f7a8b472d9464fa86e8af0df1797f9c02f..0f551bc66b8c9f087b6addc82d086769a3b6c0f1 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -232,7 +232,7 @@ Once installed, the `docker` service needs to be started, if not already running
 On Linux, this can be done by `sudo service docker start`.
 
     ./build/mvn install -DskipTests
-    ./build/mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11
+    ./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11
 
 or