So .. I am trying to run some jobs for the execution of a project, and the first time I tried to run it through the .gitlab-ci file it took a long time to execute it and presented error 127 during execution. This was the log that came out:
Then I realized that it was something related to / bin / sh and tried to run it again, and instead of using apt-get, I used yum to install the dependencies. But the same error happened, here is the log of the last attempt:
I have no idea how to solve this, because my experience in this area is for beginners and I thank you in advance for anyone who can help me.