Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ test: rules: - if: $CI_MERGE_REQUEST_ID when: always - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' when: always script: - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" artifacts: Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,8 @@ test: rules: - if: $CI_MERGE_REQUEST_ID when: always - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' when: always script: - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" artifacts: Loading