Pipeline is failing and output makes no sense

What happens

Hi team. I’m on my third day and trying to wrap my head around still. I’m having some tests failing with no apparent reason. First off, there’s an error with the solution file (/test/generic/check_files). It says it doesn’t exist but it actually does. (proof 1)
Secondly, the /test/others/10_external_links test says there are just three external links where there are 10 (proof 2)
Finally, the /solutions/gherkin fails too, but there’s no reason at all so I have no idea where to start, to be honest. Checked some posts related to this one but they seem to be highly specific to each case.

/test/generic/check_files

What do you understand or find about that problem

I’m not really sure why this happens. I’ve been running several commits and sometimes they trigger and sometimes they don’t.

You make any workaround? What did you do?

I haven’t been able to get past this stage.

Evidences

https://gitlab.com/autonomicjump/challenges/-/pipelines/697951193


I need help with

I’d like to understand what and why is happening.

Hello,

You need to add all the requested files in one commit, for more information, please check the documentation carefully.

Regards,

Well, first of all welcome to the forum!

As far as I can see you have a problem with your .feature file and a problem with the commits.

To guide you with your .feature file you can use .feature files from other users (don’t copy and paste, just guide you with them) since, for example, you didn’t add the recommendation part even if it is in your file (that section is empty).

The other thing is that you should familiarize yourself with the use of git, it’s a bit difficult at first, but nothing that with practice you can’t master. Learn how to use git rebase and how to squash two commits. That will solve most of your problems.

I wish you the best in your testing!