From 129e164f058f2ff18735ebb405cebc79b8057ee8 Mon Sep 17 00:00:00 2001 From: "Meggle (Sebastian Bathke)" Date: Sun, 8 Sep 2024 10:26:24 +0200 Subject: [PATCH] test: always pull zeebe image --- internal/containersuite/containerSuite.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/containersuite/containerSuite.go b/internal/containersuite/containerSuite.go index 03711990..6cfd5f8e 100644 --- a/internal/containersuite/containerSuite.go +++ b/internal/containersuite/containerSuite.go @@ -206,6 +206,7 @@ func (s *ContainerSuite) SetupSuite() { "ZEEBE_BROKER_NETWORK_HOST": "0.0.0.0", "ZEEBE_BROKER_NETWORK_ADVERTISEDHOST": "0.0.0.0", }, + AlwaysPullImage: true, }, Started: true, }