diff --git a/build.gradle b/build.gradle index 350f0c8fbe..57a79ae3cd 100644 --- a/build.gradle +++ b/build.gradle @@ -564,6 +564,7 @@ task integrationTest(type: Test) { } } +tasks.integTest.dependsOn(integrationTest) tasks.integrationTest.finalizedBy(jacocoTestReport) // report is always generated after integration tests run //run the integrationTest task before the check task