diff --git a/pytest.ini b/pytest.ini
index f00836d5a7dc46afc508e46436539f8c0a087b2f..34b55254eab6b72f60e5255aa13311a931339d20 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,5 @@
 [pytest]
 python_files = Test*.py
 python_classes = Test*
-python_functions = test_*
\ No newline at end of file
+python_functions = test_*
+junit_duration_report = call
\ No newline at end of file