I configured a gitlab runner as explained here: https://docs.gitlab.com/runner/install/windows.html
Unfortunately, when I push to my repository, my pipeline fails:>
I solved the problem myself: my .gitlab-ci.yml script was redefining the PATH environment variable.
.gitlab-ci.yml
PATH