Executes the Gradle tasks named tasks.
gitlabCi { val build by job { useGradle() script { gradlew.tasks("assemble", "check") } }}