CI: Colorized GitLab CI output
See https://www.jeffgeerling.com/blog/2020/getting-colorized-output-molecule-and-ansible-on-github-actions-ci
This commit is contained in:
parent
cdf61346ee
commit
c2f6af2dd1
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ include:
|
||||||
|
|
||||||
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
|
image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest
|
||||||
|
|
||||||
|
variables:
|
||||||
|
ANSIBLE_FORCE_COLOR: 'true'
|
||||||
|
PY_COLORS: '1'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
|
|
Loading…
Add table
Reference in a new issue