diff --git a/jobs/HRB_SonarQube_Test/config.xml b/jobs/HRB_SonarQube_Test/config.xml
index 2c63dc091bec31614c5779de9c83cfb030cb2225..8f6e0c66ca8db2a279e74db76265f72eddad7488 100644
--- a/jobs/HRB_SonarQube_Test/config.xml
+++ b/jobs/HRB_SonarQube_Test/config.xml
@@ -18,7 +18,7 @@
false
- compile $SONAR_MAVEN_GOAL -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_AUTH_TOKEN -Dsonar.projectKey=HRB -Dsonar.projectName=HRB -Dsonar.sources=src/main -Dsonar.sourceEncoding=UTF-8 -Dsonar.java.sources=1.8 -Dsonar.junit.reportPaths=target/surefire-reports -Dsonar.cobertura.reportPath=target/reports/coverage.xml
+ compile $SONAR_MAVEN_GOAL -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_AUTH_TOKEN -Dsonar.projectKey=HRB -Dsonar.projectName=HRB -Dsonar.sources=src/main -Dsonar.sourceEncoding=UTF-8 -Dsonar.java.sources=1.8 -Dsonar.junit.reportPaths=target/surefire-reports -Dsonar.cobertura.reportPath=/target/site/cobertura/coverage.xml
Maven_3.39
false