Skip to content

Instantly share code, notes, and snippets.

@tugceaktepe
Created June 18, 2023 14:12
Show Gist options
  • Save tugceaktepe/6e050537640032451cb3363ad4e1a003 to your computer and use it in GitHub Desktop.
Save tugceaktepe/6e050537640032451cb3363ad4e1a003 to your computer and use it in GitHub Desktop.
instrumentedTests job in gitlab-ci.yml
instrumentedTests:
stage: uiTest
script:
- ./gradlew connectedDebugAndroidTest
tags:
- <gitlab-linux-runner-tag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment