Can't comply with the requirements of the builders

I’m trying to solve some problems in order for the CI to be successful. However, I bumped into an issue that I don’t know how to solve. If I use lowercase in the name of my file the task “build_solutions_java” throws me an error, because I’m not following the pattern.

However, if I follow the pattern to comply with the builder the task “test_generic” fails because I used an uppercase in the name of my file. As you can see in this image from the previous commit that I made.

This is one file that was fixed to work like an example:

This link send you to that file.

Try to figure out how that file pass the build and try to replicate it.