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