diff --git a/002-maven-html-reports.groovy b/002-maven-html-reports.groovy
index 74d148e..b733f63 100644
--- a/002-maven-html-reports.groovy
+++ b/002-maven-html-reports.groovy
@@ -6,7 +6,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
- git url: 'git@github.com:Gromenaware/corball-test-automation-demo.git'
+ git url: 'https://github.com/Gromenaware/corball-test-automation-demo.git'
}
}
stage('Build') {