i3-colors/.gitlab-ci.yml

8 lines
196 B
YAML

debian:
stage: test
image: debian:stable
before_script:
- apt-get -qq update && apt-get -qq install -y python python-pip
- pip install PyYAML
script:
- bash tests/run.sh break