diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 2d3ae8a2..e92a9034 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -576,6 +576,7 @@ async def launcher(error_log): ] client.api.timeout = 1000 + subprocess.check_call(["docker", "pull", DOCKER_IMAGE]) container = client.containers.run( DOCKER_IMAGE, command=args,