Encoding issues with gitlab runner

Hi ,

I set a gitlab runner on the Windows Server 2016 virtual machine to run java RestAssured API tests.

When I ran the tests, some characters were not recognized by the encoding, e.g.:

“Resultado de execução da Automação de Testes”

instead of

"Resultado de execução da Automação de Testes’

This happens in the runner’s terminal, in the response of the tested api, causing the test’s fail since the expected return is in Portuguese-BR, and also in the report generated with Extends reports.

I already configured the language of the virtual machine for Portuguese-BR, I used some command to configure the encode to UTF-8, but without success.

I would like to know is there a configuration to set the language in the runner correctly?

Thanks in advance!