From ff9fb89cf76f7fbe6d8477de2a81e9f61c0db04c Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 25 Jun 2023 12:54:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc8c08d..7a32b5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build: - flutter build apk artifacts: paths: - - /build/app/outputs/flutter-apk/app-release.apk + - build/app/outputs/flutter-apk/app-release.apk test: stage: build