From 08353e0b6ea01cbfb1079122a7e241f04202bb0e Mon Sep 17 00:00:00 2001 From: marchingon12 Date: Wed, 7 Apr 2021 11:29:46 +0200 Subject: [PATCH] Forgot an indent --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76a871cdc..35dd8d408 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,8 @@ assembleDebug: - sh .ci-notify.sh ✅ #build succeeded - ./gradlew assembleDebug artifacts: - paths: - - app/build/outputs/ + paths: + - app/build/outputs/ # testDebug: # stage: test