diff --git a/Jenkinsfile b/Jenkinsfile index 1b398dfe7..1ff418241 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { } stage('Tests') { steps { - echo "now we will begin the tests " + echo " now we will begin the tests " sh 'mvn test' } }