update gitlab-ci

This commit is contained in:
Quentin Monnier 2023-01-19 18:08:50 -06:00 committed by Sylvain Berfini
parent 1406e11b6a
commit 5f76beb048

View file

@ -65,7 +65,7 @@ job-android-uitests:
after_script:
#artifacts preparation
- mkdir apks/debug && apks/release
- mkdir apks/debug && mkdir apks/release
- mv app/build/outputs/apk/debug/linphone-android-debug-*.apk apks/debug
- mv app/build/outputs/apk/release/linphone-android-release-*.apk apks/release
- mv app/build/reports/androidTests/connected/* reports