From 0b08a974b9626107a44d10e8b948559d07d8d82c Mon Sep 17 00:00:00 2001
From: Wojciech Barcik <wbarcik@syncad.com>
Date: Thu, 12 Nov 2020 08:51:54 -0500
Subject: [PATCH] Resolve "Url of submodule should be relative on Gitlab
 server"

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 8c8b2d224..1ab6d0b66 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "tests/tests_api"]
 	path = tests/tests_api
-	url = https://gitlab.syncad.com/hive/tests_api.git
+	url = ../../hive/tests_api.git
-- 
GitLab