I have a gitlab CI yaml file with
yamllint v1.38.0 complains about this with
15:6 error syntax error: found character '\t' that cannot start any token (syntax)
which seems to be triggered by the tabulators after "OS:"
YAML 1.2 allows tabulators at this place (https://yaml.org/spec/1.2.2/#62-separation-spaces)