diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ee399310a9fd0b87c256bc331b0c93317575a036..92171c4c99384aa5fa95e74e5a1dc1665e47f5c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ include:
    file:
     - 'dco.yaml'
     - 'reuse.yaml'
- - project: 'OSTC/OHOS/manifest'
+ - project: 'distro/oniro'
    file: '.oniro-ci/build-generic.yaml'
 
 dco:
@@ -68,7 +68,7 @@ deploy:
   script:
     - !reference [.workspace, script]
     # We are in the root of the git-repo workspace.
-    - git clone https://user:$OHOS_AGGREGATED_DOCS_TOKEN@git.ostc-eu.org/OSTC/infrastructure/allscenarios-readthedocs-aggregated.git aggregated
+    - git clone https://user:$OHOS_AGGREGATED_DOCS_TOKEN@git.ostc-eu.org/distro/oniro-readthedocs-aggregated.git aggregated
     - find aggregated -maxdepth 1 -not -path aggregated/.git -not -path aggregated -exec rm -rvf {} \;
     - tar -c --dereference -C docs --exclude ./.git --exclude ./.gitlab-ci.yml . | tar -x -C aggregated
     # Commit and push back, if something changed.
@@ -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 "All Scenario OS CI";
+        git config --local user.name "Oniro Project CI";
         git config --local user.email "ci@ostc-eu.org";
         git add -A;
         git commit -sm "$msg";