diff --git a/tasks.py b/tasks.py index e747f03b13..e45683d3e2 100644 --- a/tasks.py +++ b/tasks.py @@ -1144,7 +1144,7 @@ def ci_build( "id": None, } - novelty_thor_add_branches = ["new_cam_adjust"] + novelty_thor_add_branches = ["new_cam_adjust", "stretch_with_many_cameras"] if is_travis_build and build and build["branch"] in novelty_thor_add_branches: novelty_thor_scenes = True private_repos.append(novelty_thor_repo)