diff --git a/build.gradle b/build.gradle index 99ee6ad948..69f11733df 100644 --- a/build.gradle +++ b/build.gradle @@ -129,6 +129,7 @@ task integrationTest(type: Test) { testClassesDir = sourceSets.integrationTest.output.classesDir classpath = sourceSets.integrationTest.runtimeClasspath } +test.dependsOn(integrationTest) tasks.withType(Test) { reports.html.destination = file("${reporting.baseDir}/${name}")