Install python-yaml before running tests

This commit is contained in:
Loic Guegan 2019-10-09 10:25:23 -04:00
parent b22ff6534a
commit b7d9c3f837

View file

@ -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