From bb5471ad97dad2f17a3e039d328f1dec3ccec603 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Fri, 27 Mar 2020 11:15:12 +0100
Subject: [PATCH] Add flag that enables service interconnection

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 868aad8..283ec05 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,10 +74,7 @@ behave-integration:
     - name: ${CI_REGISTRY_IMAGE}/login_logout:${CI_COMMIT_REF_NAME}
       alias: oauth
   variables:
-    # Gitlab CI does not propagate service names to service containers
-    # it assigns addresses incrementally starting from 172.17.0.2
-    # in the order that the services are started which is the order of
-    # the services listed in the job configuration
+    FF_NETWORK_PER_BUILD: 1
     DATABASE_HOST: "postgres"
     URLS_LOGIN: "login:5000/login"
     URLS_LOGOUT: "login:5000/logout"
-- 
GitLab