diff --git a/jobs/templates/includes/stage-python-tests.groovy.j2 b/jobs/templates/includes/stage-python-tests.groovy.j2 --- a/jobs/templates/includes/stage-python-tests.groovy.j2 +++ b/jobs/templates/includes/stage-python-tests.groovy.j2 @@ -20,6 +20,7 @@ coberturaAdapter(path: 'coverage.xml'), ], tag: 'pytest', + sourceFileResolver: sourceFiles('STORE_LAST_BUILD'), ) // JUnit report