diff --git a/TESTING.README.LATEST b/TESTING.README.LATEST
index 592e1b68135524f561b33220015da295a502f627..8473fe02f59c1185731bcd7be4051d9a40b26660 100644
--- a/TESTING.README.LATEST
+++ b/TESTING.README.LATEST
@@ -72,7 +72,7 @@ junit and integration tests in OpenOLAT 8
     mvn -DskipTests=true -Parquillian,tomcat clean package
     
 - Run the tests
-	mvn -Parquillian surefire:test
+	mvn -Parquillian,tomcat surefire:test
 
 You can add "clean-mysql-dbsetup" to the profils to drop / restore the database
 The Selenium tests can be run with different browser but with some limitations:
@@ -82,7 +82,7 @@ The Selenium tests can be run with different browser but with some limitations:
 * Execute a single selenium functional integration test in Eclipse
 -----------------------------------------
 - First build the application without tests as before
-    mvn -DskipTests=true -Parquillian clean package
+    mvn -DskipTests=true -Parquillian,tomcat clean package
  
 - Run single test as JUnit Test in Eclipse