diff --git a/flatland/cli.py b/flatland/cli.py
index 51db57b3bc5c7e2889ac57df84c95a15b59685f7..2bd5cca2730772592f6a345d3328f8c6ae1d1df8 100644
--- a/flatland/cli.py
+++ b/flatland/cli.py
@@ -63,7 +63,7 @@ def demo(args=None):
               )
 @click.option('--shuffle',
               type=bool,
-              default=True,
+              default=False,
               help="Shuffle the environments before starting evaluation.",
               required=False
               )