diff --git a/cfg/default/svn_git.bashrc b/cfg/default/svn_git.bashrc
index 79c67589c42f504ed7fef3c4aed1c2d7a5ffbcf7..d373175a43a82331e3c979f83c6dcf7949f8d3b8 100644
--- a/cfg/default/svn_git.bashrc
+++ b/cfg/default/svn_git.bashrc
@@ -21,12 +21,14 @@ function keygen_co
 
 function mtsetup_co
 {
-   git clone $USER@$REP_GIT/MetaforSetup.git
+   #git clone $USER@$REP_GIT/MetaforSetup.git
+   git clone git@gitlab.uliege.be:am-dept/MN2L/MetaforSetup.git
 }
 
 function parasolid_co
 {
-   git clone $USER@$REP_GIT/parasolid.git
+   #git clone $USER@$REP_GIT/parasolid.git
+   git clone git@gitlab.uliege.be:am-dept/MN2L/parasolid.git
 }
 
 function linuxbin_co