Skip to content

Setup Gradle unit test GitLab CI Configuration

  • Add test stage to CI config
  • Add unit-test job to CI config
    • Executes unit tests using Gradle
    • Depends on gradle-build
    • Preserves artifacts even when job fails
    • Utilizes Unit test reports feature
Edited by Andrew A. Tasso

Merge request reports

Loading