From 8a847eb8bc9069752f971321e75f57c1621535ad Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 19 Jan 2025 11:15:19 +0000 Subject: [PATCH] Use ipv4 localhost --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ff188fb..af8d73a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test: variables: APACHE_PORT: 8080 TARGET_URL: "https://noblogs.org" - TARGET_ADDR: "localhost:8443" + TARGET_ADDR: "127.0.0.1:8443" MYSQL_DATABASE: noblogs MYSQL_ROOT_PASSWORD: rootpass before_script: -- GitLab