diff --git a/mlair/run_modules/post_processing.py b/mlair/run_modules/post_processing.py
index 5a3941e472dd7848987fdc8b16ab9c036f14d798..56b5c363f15aa7f40a25bd02392dd9d85bf88396 100644
--- a/mlair/run_modules/post_processing.py
+++ b/mlair/run_modules/post_processing.py
@@ -110,6 +110,8 @@ class PostProcessing(RunEnvironment):
                 bootstrap_type = self.data_store.get("bootstrap_type", "postprocessing")
                 self.bootstrap_postprocessing(create_new_bootstraps, bootstrap_type=bootstrap_type,
                                               bootstrap_method=bootstrap_method)
+            if self.bootstrap_skill_scores is not None:
+                self.report_bootstrap_results(self.bootstrap_skill_scores)
 
         # skill scores and error metrics
         with TimeTracking(name="calculate skill scores"):