test merge of prod to Develop-CI branch
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b Prod_Admin_BugFix origin/Prod_Admin_BugFix
Step 2. Merge the branch and push the changes to GitLab
git checkout AIA_Develop-CI git merge --no-ff Prod_Admin_BugFix git push origin AIA_Develop-CI
Changes were not merged into target branch