diff --git a/README.md b/README.md
index f255fdb1d6bd44ea910124050bb2040b7998f77a..b177030d8b81b70ddb63c42cce65c97cc163c9ad 100644
--- a/README.md
+++ b/README.md
@@ -250,7 +250,7 @@ sonar.tests=.
 sonar.test.inclusions=**/test_*.py
 
 # tests report: xUnit format
-sonar.python.xunit.reportPath=reports/unittest/TEST-*.xml
+sonar.python.xunit.reportPath=reports/TEST-*.xml
 # coverage report: Cobertura format
 sonar.python.coverage.reportPaths=reports/py-coverage.cobertura.xml
 # pylint: parseable format (if enabled)