From 89a6229800419f642554045fa60cb991866258a0 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