Fix screenshot tests

This commit is contained in:
Torsten Grote
2021-07-27 15:09:10 +02:00
parent ed6c4ba634
commit 8cdb314170
2 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ test:
stage: test
script:
- ./gradlew --no-daemon -Djava.security.egd=file:/dev/urandom animalSnifferMain animalSnifferTest
- ./gradlew --no-daemon -Djava.security.egd=file:/dev/urandom check
- ./gradlew --no-daemon -Djava.security.egd=file:/dev/urandom compileOfficialDebugAndroidTestSources compileScreenshotDebugAndroidTestSources check
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: always