diff options
-rw-r--r-- | sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 4b25f56c5c6..f1e00cd756c 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -361,7 +361,7 @@ <goal>grunt</goal> </goals> <configuration> - <arguments>karma</arguments> + <arguments>test</arguments> </configuration> </execution> </executions> |