Tasks accomplished but no merge

What happens

Apparently I have passed all the tasks to perform a merge, the problem is that the merge was not performed, that is, the changes made are not reflected in the repository.

What do you understand or find about that problem

My assumption is that the merge was not performed because it is not a unique solution. However, it is difficult to have a unique solution in the first exercises due to their difficulty, but to increase the difficulty of the exercises that I can do, I first have to deliver the easy exercises.

You make any workaround? What did you do?

I checked in the forum, however I did not find a similar problem since they are generally errors that occur when the pepenile is closed

Evidences

4d9b686f533b5da813e4ad7e2afc990ed5cdcfcb

I need help with

Understand the reason why the merge was not executed.

Hi,
I just checked your problem. Remember that the pipelines usually tell you what the problem is, so read them carefully.

  1. Let’s analyze the first problem that the pipeline gives you

image

This means that your MR request message is not the same as the commit, your commit message is:

chall\sol(code): #0 codeabbey, 013 (3.95)

But your MR request message has a body saying:

integrates\feat(build):
Add code solution of problem 13 in dart
Add 10 new links of externals solution

image

This error means that your name in gitlab is incorrect. The name in gitlab needs to be: FirstName LastName. But do you have FirstName MiddleName LastName LastName

Remember to read carefully everything that pipeline says to you.

Regards.

Thank you very much for the answer, I will try again.