Question - Could you explain the working of the GitLab CD?
Answer -
GitLab CI/CD integrates seamlessly into an existing development workflow. You can set up a project by discussing a feature implementation in an issue and working locally on the proposed change, then pushing commits to a feature branch in a remote repository that’s hosted in GitLab. When you push your commits to the feature branch, the CI/CD pipeline for the project is triggered.