diff --git a/Jenkinsfile b/Jenkinsfile
index 0b6840b8f362afc61c7d4c1ec3577000bc720d39..56dbee601ed2895aff4310bb4e2c9a788c2497d4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
 		 stage('Git Checkout') {
             steps{
                   echo "Checking out repository"
-                  git branch: "main", url: "https://gitlab.mynisum.com/fvazquez/gs-spring-boot"
+                  git branch: "main", url: "https://gitlab.mynisum.com/fvazquez/hello-world-spring-boot"
                   echo "Checkout complete"
                 }
         }