diff --git a/Jenkinsfile b/Jenkinsfile index a1f21db4c..a9142eeef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { stage('Tests') { steps { echo "now we will begin the tests" + sh 'mvn test' } } stage('Build') {