diff --git a/swh/lister/cli.py b/swh/lister/cli.py
index db24789d5b6b279db4b80679f17979f65a9cc6e4..4c4d0b4ffa6684327f7d7309c992a6243ed70be6 100644
--- a/swh/lister/cli.py
+++ b/swh/lister/cli.py
@@ -77,7 +77,7 @@ def run(ctx, lister, options):
 
         config["scheduler"] = {"cls": "temporary"}
 
-    get_lister(lister, **config).run()
+    print(get_lister(lister, **config).run())
 
 
 if __name__ == "__main__":