diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28a61a4d9f2fc7695c6b48833b67e1cfa6da5336..9b3397906dbf1f12242bce1169acbc1370e2cb6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,7 @@ deploy:
       cd aggregated;
       if [ -n "$(git status -s)" ]; then
         msg="docs repository snapshot - $CI_COMMIT_BRANCH:$CI_COMMIT_SHA";
-        git config --local user.name "OpenHarmony CI";
+        git config --local user.name "AllScenariOS CI";
         git config --local user.email "ci@ostc-eu.org";
         git add -A;
         git commit -sm "$msg";