diff --git a/scanner.sh b/scanner.sh
index 188ed48..ac154dd 100644
--- a/scanner.sh
+++ b/scanner.sh
@@ -1,5 +1 @@
-mvn clean package verify sonar:sonar \
- -Dsonar.projectKey=scfs-api-sdk \
- -Dsonar.projectName=scfs-api-sdk \
- -Dsonar.host.url=http://10.129.135.192:7100 \
- -Dsonar.login=sqp_90e5fb014f985e2c458e46b9239926cfbbd4fffe
\ No newline at end of file
+mvn clean test verify sonar:sonar -Dsonar.projectKey=scfs-api-sdk -Dsonar.projectName=scfs-api-sdk -Dsonar.host.url=http://10.129.135.192:7100 -Dsonar.login=sqp_90e5fb014f985e2c458e46b9239926cfbbd4fffe
\ No newline at end of file
diff --git a/scfs-api-service-cat/pom.xml b/scfs-api-service-cat/pom.xml
index cafe0d6..cca9206 100644
--- a/scfs-api-service-cat/pom.xml
+++ b/scfs-api-service-cat/pom.xml
@@ -32,16 +32,4 @@
2.0.3
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
- true
-
-
-
-