Local Build was successful but the pipeline fail

I run the local build and the CI was successful. However, after I push the changes to my branch the test that pass locally failed in my pipeline.

imagen

imagen

imagen

Please send the link to the commit that fails, because in that Images is hard to know what happens.

https://gitlab.com/autonomicmind/challenges/-/pipelines/162187826

https://gitlab.com/autonomicmind/challenges/-/commit/0e49f333b217dab58ae93cb7e30a640bb431bab4

First:

  • test commit:

    progress can’t be 0 because you make a solution with a blessing > 0

  • test generic:

    image

    names must be in lowercase letters or numbers, without special chars (You have an uppercase letter).

  • build solutions java:

    the linter fails when reading your code, figure out how to solve those warnings.

  • test policy:

    that test is implemented, but right now you have a default policy that allows you to make a challenge from any site with any score/blessing, for that reason please update your local branch and rebase before making the commit, that should solve that error.

1 Like