Exit code 255 without of stack

Every time when I deploy a commit one of my tests fail with the following error:
ERROR: Job failed: exit code 255
There is no any trace.

What does this error code mean?

All the tests are fine, they work on my local computer. The error occurs on the same place every time.

Thanks.

Same problem and no solution found on this forum…

The site was working fine all these months, but suddenly, it stopped working today.

Authenticating with credentials from job payload (GitLab Registry)
$ hugo
Building sites … ERROR 2019/08/10 17:14:19 Failed to read Git log: Git executable not found in $PATH
Total in 69 ms
Error: Error building site: logged 1 error(s)

Any idea?

Hi everyone, i have the same problem. Did you find any issues?

add this :

before_script:
  - apk add --update --no-cache git