From f45b1aa308abfc3241639397bbcd0db7b08739d5 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 23 Oct 2023 12:29:22 +0200
Subject: [PATCH] fix: ci pipeline

---
 runnable-mail_test.go | 2 +-
 runnable-sftp_test.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/runnable-mail_test.go b/runnable-mail_test.go
index d7fb08c..ea5c911 100644
--- a/runnable-mail_test.go
+++ b/runnable-mail_test.go
@@ -107,7 +107,7 @@ func TestMailRunner(t *testing.T) {
 		time.Sleep(1 * time.Second)
 	})
 
-	host := "127.0.0.1"
+	host := "0.0.0.0"
 
 	listener, err := net.Listen("tcp", host+":0")
 	if err != nil {
diff --git a/runnable-sftp_test.go b/runnable-sftp_test.go
index 0f0c999..f825b34 100644
--- a/runnable-sftp_test.go
+++ b/runnable-sftp_test.go
@@ -108,7 +108,7 @@ func TestSFTPCRunnerLocalToRemote(t *testing.T) {
 		time.Sleep(1 * time.Second)
 	})
 
-	host := "127.0.0.1"
+	host := "0.0.0.0"
 
 	listener, err := net.Listen("tcp", host+":0")
 	if err != nil {
-- 
GitLab