Fix: Make sure to fetch stderr as well

This commit is contained in:
Georg krause 2023-04-18 11:15:48 +02:00
parent cc004dafdf
commit 8da3cc78be
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ test_nonfree_code:
stage: test-after-build
image: registry.funkwhale.audio/funkwhale/ci/android-fdroidserver
script:
- fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk | tee output.txt
- fdroid scanner -v app/build/outputs/apk/debug/app-debug.apk |& tee output.txt
- cat output.txt
- (! grep "CRITICAL" output.txt)