From d300743a356e74130a151d140002b5041a493f33 Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Mon, 23 Mar 2020 11:45:37 +0100
Subject: [PATCH] Switch Surge to new preprod

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae748b77f..06eab896e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,7 @@ frontend-build-mr:
   variables:
     # On merge requests we build using preprod to be able
     # to test on surge.sh
-    API_BASE_URL: https://arkindex.dev.teklia.com/api/v1
+    API_BASE_URL: https://preprod.arkindex.teklia.com/api/v1
     SURGE_BUILD: 'true'
 
 frontend-build:
-- 
GitLab