I was just trying to work with GitLab CI/CD. I created a test angular project which had only one component, and worked fine. Then I started the GitLab Runner in that project. Added a .yml file to run the project. But the pipeline failed all the time. Then for testing purpose, I removed all the scripts for running the project, and just added some echo statements. Even then my pipeline failed. It is showing that
& : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Screenshot of yml script
Error message showed in GitLab