From 6bee84bdc89c8f58d815fd44776a2924d5a55fb6 Mon Sep 17 00:00:00 2001
From: Konrad Botor <kbotor@syncad.com>
Date: Fri, 2 Dec 2022 14:59:01 +0100
Subject: [PATCH] Fixed app service's hostname - ref. hive/hive#406

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

diff --git a/templates/test_jobs.gitlab-ci.yml b/templates/test_jobs.gitlab-ci.yml
index 104e315..ab963da 100644
--- a/templates/test_jobs.gitlab-ci.yml
+++ b/templates/test_jobs.gitlab-ci.yml
@@ -13,4 +13,4 @@ variables:
         # Allow access from any network to eliminate CI IP addressing problems
         PG_ACCESS: "host    haf_block_log    haf_app_admin    0.0.0.0/0    trust"
     - name: $APP_IMAGE
-      alias: $APP_HOSTNAME
+      alias: app
-- 
GitLab