mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-06 08:36:24 +02:00
7 lines
160 B
YAML
7 lines
160 B
YAML
debian:
|
|
stage: test
|
|
image: debian:stable
|
|
before_script:
|
|
- apt-get -qq update && apt-get -qq install -y python
|
|
script:
|
|
- bash tests/run.sh break
|