diff --git a/bob/ip/binseg/test/test_cli.py b/bob/ip/binseg/test/test_cli.py
index d0d25c114024b345032df8ce27eee655c2598671..1725ec44e45061baf9be54734171ac8b74c782f4 100644
--- a/bob/ip/binseg/test/test_cli.py
+++ b/bob/ip/binseg/test/test_cli.py
@@ -109,7 +109,7 @@ def _check_experiment_stare(overlay):
         assert os.path.exists(os.path.join(train_folder, "last_checkpoint"))
         assert os.path.exists(os.path.join(train_folder, "constants.csv"))
         assert os.path.exists(os.path.join(train_folder, "trainlog.csv"))
-        assert os.path.exists(os.path.join(predict_folder, "model_summary.txt"))
+        assert os.path.exists(os.path.join(train_folder, "model_summary.txt"))
 
         # check predictions are there
         predict_folder = os.path.join(output_folder, "predictions")