From 62f76eb2ffe127991ff8c47a0df09dcba2a18b2f Mon Sep 17 00:00:00 2001
From: Mart van Santen <mart@greenhost.nl>
Date: Tue, 30 Nov 2021 06:51:56 +0100
Subject: [PATCH] Check if IP address works

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1deda6..ca8c885 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -196,7 +196,7 @@ behave-integration:
     SECRET: "secret"
   image: ${CI_REGISTRY_IMAGE}/behave:${CI_COMMIT_REF_NAME}
   script:
-    - curl http://kratos:4433/health/alive
+    - curl http://127.0.0.1:4433/health/alive
     - curl http://oidc:5000/whoami
     # Steps to do:
     # - create user & access roles & grant access
-- 
GitLab