diff --git a/Jenkinsfile b/Jenkinsfile index 9305d53ba3..3d88a2db9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { stage ('Integration Test') { steps { echo 'Integration testing' - sh 'mvn -B -C -Pintegration-tests,oracle,mssql deploy' + sh 'mvn -B -C -Pintegration-tests,oracle,mssql install' } post { always {