diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 868aad8f8c20bb2c74ddc7b7e6717eb00572d3ba..283ec058d0b12ed522e1bd140f74936debccf46d 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"