diff --git a/Jenkinsfile b/Jenkinsfile
index b980efebf19df61fce2c0a48109a24259b0df461..41fae46c217d638e9dc9214f0645be12572c8d7e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,7 +27,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/k19025322/pipeline-as-code.git']]
                 ])
             }
         }