From 1de5f9bd6d442759d2a8baf07b4720ab710b5b05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 18 Jul 2019 13:55:38 +0200
Subject: [PATCH] ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f74d17..0ab093e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ test:
         #- rc=$?
         #- docker-compose  down
         #- exit $rc
-      - ./wait-for-it.sh localhost:10443 -t 60 -- curl https://localhost:10443
+      - ./wait-for-it.sh $HOSTNAME:10443 -t 60 -- curl https://$HOSTNAME:10443
       - cd ..
 
 build-testenv:
-- 
GitLab