Test_policy fails on solution structure

What happens

Hi,

I am trying to pass the commit pipelines for my first hack challenge. However, I keep getting the same error: ‘Valid solution structure not found.’

https://gitlab.com/autonomicjump/challenges/-/jobs/1761854191

What do you understand or find about that problem

I understand it has to do with the structure of the files, but the files on my commit follow the same structure of the rest of the files in the folder (as well as the commit message).

You make any workaround? What did you do?

I checked the filed uploaded and nothing seems out of place. On another occasion it was giving me problems with a png file, since the pipeline read it as ‘1.PNG’ and it does not accept uppercase characters (event though it was saved as ‘1.png’ on my local folder and the repository).

Evidences

I need help with

Know how to get around this issue.

1 Like

Hey!

Your path should be correctly type. Currently is:

path: jsamezquita.pas

The solution is pretty easy, when we realize hack challenges, path could be:

path: jsamezquita.feature

Calling your .feature file.

2 Likes