diff --git a/goofy-client/apps/goofy-e2e/Jenkinsfile b/goofy-client/apps/goofy-e2e/Jenkinsfile
index b61cf5f69a2e65111c3d51f56ff9680d2522ad1b..595ca539a047f221335dc4226d603a9b614e2a23 100644
--- a/goofy-client/apps/goofy-e2e/Jenkinsfile
+++ b/goofy-client/apps/goofy-e2e/Jenkinsfile
@@ -412,7 +412,7 @@ Boolean hasUnpushedCommits() {
 
 Void checkoutGitopsE2eBranch() {
     dir("gitops") {
-        sh 'git checkout lasttest'
+        sh 'git checkout e2e'
     }
 }