diff --git a/Jenkinsfile b/Jenkinsfile index deb7f4d83..6320da955 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { stage('Test') { steps { - echo 'Running tests...' + echo 'Running tests with default profile (skip docker compose)...' sh './mvnw test' } post {