diff --git a/src/main/resources/generator/ci/gitlab/.gitlab-ci-gradle.yml.mustache b/src/main/resources/generator/ci/gitlab/.gitlab-ci-gradle.yml.mustache index 46f560b5107..47e1b1eafb7 100644 --- a/src/main/resources/generator/ci/gitlab/.gitlab-ci-gradle.yml.mustache +++ b/src/main/resources/generator/ci/gitlab/.gitlab-ci-gradle.yml.mustache @@ -24,5 +24,6 @@ stages: Test:run-tests: stage: test script: - - ./gradlew clean integrationTest $GRADLE_CLI_OPTS + - ./gradlew clean test $GRADLE_CLI_OPTS + - ./gradlew integrationTest $GRADLE_CLI_OPTS interruptible: true