Getting Issue When running with Test Container, Works in Local Fails in Gitlab Pipeline

1662java.util.concurrent.ExecutionException: io.temporal.client.WorkflowServiceException: workflowId=‘f3f40c5b-3689-49b3-b0d8-eb4b959c13b6’, runId=‘’, workflowType=‘FakeFlow’}

1663 at com.bottomline.fm.common.temporal.tests.HealthManagerLCTTest.healthSwitchingFromDownToUp_shouldEnableAndDisableWorkerPolling_accordingly(HealthManagerLCTTest.java:68)

1664Caused by: io.temporal.client.WorkflowServiceException: workflowId=‘f3f40c5b-3689-49b3-b0d8-eb4b959c13b6’, runId=‘’, workflowType=‘FakeFlow’}

1665Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: io exception

1666Caused by: io.grpc.netty.shaded.io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(…) failed: Connection refused: localhost/127.0.0.1:33296

1667Caused by: java.net.ConnectException: finishConnect(…) failed: Connection refused

166813:28:20.329 [SpringContextShutdownHook] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler - Shutting down ExecutorService ‘taskScheduler’

@tihomir can you help on this