diff --git a/Jenkinsfile b/Jenkinsfile index 38fceb153..f24d0d8f3 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' } }