What happens
I am running the pipelines locally and I am getting an error running
./build.sh test_generic
. The error is regarding the mime-type
What do you understand or find about that problem
I understand that from the perspective of the job, my file has the wrong mime-type, because it recognizes it as text-x-Algo86
You make any workaround? What did you do?
I researched and understood what mime-types are. I found a way to verify the mime-type of my file, but when I do, it gives me a different type than the one recognized by the job, see below
Evidences
See above.
I need help with
I need help solving the problem, so the job runs successfully. I dont know if the problem is with the job or with my file.