From 5640b01bbf3f300396845b6f578dcf48698c9844 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 28 Jun 2017 09:00:45 +0200 Subject: [PATCH] fix URL of git submodule in order to fix GitLab-CI --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 86004f4..7aee965 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "backend"] path = backend - url = git@git.rwth-aachen.de:VILLASframework/VILLASweb-backend.git + url = ../VILLASweb-backend.git branch = develop