From fbf4ce3adcd7ecb0d1825d3a5b311da92e7390d5 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axil@gitlab.com>
Date: Wed, 23 Mar 2022 21:08:44 +0100
Subject: [PATCH] Change the docs review apps IP

The server that hosted the docs review apps has changed and with it the
IP.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05d4c2bb6d487..ac072f69b5b93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,7 +94,7 @@ variables:
   # Run with decomposed databases by default
   DECOMPOSED_DB: "true"
 
-  DOCS_REVIEW_APPS_DOMAIN: "178.62.207.141.nip.io"
+  DOCS_REVIEW_APPS_DOMAIN: "35.193.151.162.nip.io"
   DOCS_GITLAB_REPO_SUFFIX: "ee"
 
   REVIEW_APPS_DOMAIN: "gitlab-review.app"
-- 
GitLab