diff --git a/cfg/default/svn_git.bashrc b/cfg/default/svn_git.bashrc
index 79c67589c42f504ed7fef3c4aed1c2d7a5ffbcf7..6fd438c4d3f3ce47ec2e88fd0f9bd734f23d8956 100644
--- a/cfg/default/svn_git.bashrc
+++ b/cfg/default/svn_git.bashrc
@@ -26,7 +26,7 @@ function mtsetup_co
 
 function parasolid_co
 {
-   git clone $USER@$REP_GIT/parasolid.git
+   git clone git@gitlab.uliege.be:am-dept/MN2L/parasolid.git
 }
 
 function linuxbin_co
diff --git a/comp.py b/comp.py
index 020dda9d4f05267d4c957ffb0eab2e88a068b4ca..b725881a0036076e1821679b1eafe89bb239eb05 100755
--- a/comp.py
+++ b/comp.py
@@ -44,7 +44,7 @@ class CompJob(ParametricJob):
         self.repos.append(SVNRepo('oo_meta', 'svn+ssh://blueberry.ltas.ulg.ac.be/home/metafor/SVN/oo_meta/trunk'))
         self.repos.append(SVNRepo('oo_nda', 'svn+ssh://blueberry.ltas.ulg.ac.be/home/metafor/SVN/oo_nda/trunk'))
         self.repos.append(GitRepo('linuxbin', 'https://github.com/ulgltas/linuxbin.git'))
-        self.repos.append(GitRepo('parasolid', 'blueberry.ltas.ulg.ac.be:/home/metafor/GIT/parasolid.git'))
+        self.repos.append(GitRepo('parasolid', 'git@gitlab.uliege.be:am-dept/MN2L/parasolid.git'))
 
     def setDefaultPars(self):
         if len(self.pars)!=0: