diff --git a/tests/integration/deploy/test_deploy_command.py b/tests/integration/deploy/test_deploy_command.py index b9cd1a82f1..381755806e 100644 --- a/tests/integration/deploy/test_deploy_command.py +++ b/tests/integration/deploy/test_deploy_command.py @@ -38,6 +38,7 @@ def setUpClass(cls): for repo, tag in cls.local_images: cls.docker_client.api.pull(repository=repo, tag=tag) cls.docker_client.api.tag(f"{repo}:{tag}", "emulation-python3.8", tag="latest") + cls.docker_client.api.tag(f"{repo}:{tag}", "emulation-python3.8-2", tag="latest") # setup signing profile arn & name cls.signing_profile_name = os.environ.get("AWS_SIGNING_PROFILE_NAME")