mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-06 08:36:24 +02:00
Install python-yaml before running tests
This commit is contained in:
parent
b22ff6534a
commit
b7d9c3f837
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ debian:
|
|||
stage: test
|
||||
image: debian:stable
|
||||
before_script:
|
||||
- apt-get -qq update && apt-get -qq install -y python
|
||||
- apt-get -qq update && apt-get -qq install -y python python-yaml
|
||||
script:
|
||||
- bash tests/run.sh break
|
||||
|
|
Loading…
Add table
Reference in a new issue