diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f5292018..07c065025 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,10 +25,10 @@ assembleDebug:
stage: build
script:
- ./gradlew assembleDebug
- - 'curl -s -X POST ${MSG_URL} -d chat_id=${TELEGRAM_CHAT_ID} \
- -d "disable_web_page_preview=true" \
- -d "parse_mode=html" \
- -d text="Project: ${CI_PROJECT_NAME}\n⚒️ Building with HEAD at ${CI_COMMIT_SHORT_SHA} by ${CI_COMMIT_AUTHOR}\nBranch: ${CI_COMMIT_BRANCH}"'
+ - 'curl -s -X POST ${MSG_URL} -d chat_id=${TELEGRAM_CHAT_ID}
+ -d "disable_web_page_preview=true"
+ -d "parse_mode=html"
+ -d text=Project: ${CI_PROJECT_NAME}\n⚒️ Building with HEAD at ${CI_COMMIT_SHORT_SHA} by ${CI_COMMIT_AUTHOR}\nBranch: ${CI_COMMIT_BRANCH}'
artifacts:
paths:
- app/build/outputs/