What happens
My commits are not accepted due to pipeline failure in Job /test/generic/user_yaml (script failure).
What do you understand or find about that problem
I understand that there is possibly an error in the .yml file associated with my programming solution.
You make any workaround? What did you do?
I have reviewed the numbers format in the .yml file, changing the decimal precision of the values, I have tried to add/remove the final empty line. I have reviewed the template and other files accepted for other people’s solutions.
Why fails your workaround?
The file is not accepted by the job in the pipeline, when there is an error in the file, there is a mention of it in the log file, but in this case there is no clear reason why the job fails.
https://gitlab.com/autonomicjump/challenges/-/jobs/1656137859
I need help with
I would like to know if there is a way to get the exact reason why the job is not being completed so I can fix either the files or anything needed to get the solution built. I have not experienced these kind of problems commiting before, always I had an explicit mention of the error triggerer. The only major change I made since the last successful commit was changing my user name in the git config variables to comply with the MR requests.