diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f7b4dc463966f26d45aa42b201d381d6e3d9edc..40fc531792446aa76222e7803a663cb27292095a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ #Reference the Gitlab CI website for this include: - - project: 'vr-group/gitlab-ci-unreal-files' + - project: 'vr-group/unreal-development/unreal-ci' ref: master file: '/shared_scripts.yml' diff --git a/.gitmodules b/.gitmodules index 3d9e14a958e4c60c27691216db1d5b1c61e6222f..5be8e419afae3caebb11321c07dd0b3d4c52bd8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,6 @@ [submodule "Plugins/nDisplayExtensions"] path = Plugins/nDisplayExtensions - url = https://devhub.vr.rwth-aachen.de/VR-Group/ndisplayextensions.git - branch = develop-4-22 + url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/ndisplayextensions.git [submodule "Plugins/CaveOverlay"] path = Plugins/CaveOverlay - url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-cave-overlay.git + url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-cave-overlay.git