diff --git a/Jenkinsfile b/Jenkinsfile
index d8f0fda00aee98897ecde86cf263a595d3ba8de5..a745c01304d823a0a73249023e7fd6a67af61bf8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@ pipeline {
                 checkout([
                     $class: 'GitSCM', 
                     branches: [[name: '*/main']], 
-                    userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']]
+                    userRemoteConfigs: [[url: 'https://etulab.univ-amu.fr/gl2/backend.git']]
                 ])
             }
         }