Pipeline troubleshooting

Hello! I’m a beginner. I create my gitlab account with my mail address and when I push to my origin master it fails. It says that I must validate my account. Or for other peoples they don’t need to do it. I have .gitlab-ci.yml file in the root of my project. I try to push with vscode and directly on my gitlab CI/CD editor but both failed. The file on my project changes but it returns failed

This is the command line I use :

git add .gitlab-ci.yml
git commit -m “test”
git push origin master

Welcome to the forum @Nil!

As the error message indicates you will need to validate your account or install and use your own runner to run a pipeline.

You can read more about the validating your account here.

I hope this helps!

-James H, GitLab Product Manager, Verify:Pipeline Execution