diff --git a/build.gradle b/build.gradle index 5fdd583af8..e7ead4086a 100644 --- a/build.gradle +++ b/build.gradle @@ -570,6 +570,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