diff --git a/.ci/run.py b/.ci/run.py index f7abebe88c9..7af59f5df94 100644 --- a/.ci/run.py +++ b/.ci/run.py @@ -111,7 +111,7 @@ def main(): if args.render and check_type == CheckType.NEW_FAMILY: print(f"Rendering new family: {directory}") - subprocess.run(qa_cmd_prefix + ["--render", "--imgs"]) + subprocess.run(qa_cmd_prefix + ["-gfb", "--render", "--imgs"]) elif args.render and check_type == CheckType.MODIFIED_FAMILY: print(f"Rendering modified family: {directory}")