Install python before running tests

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

View file

@ -1,5 +1,7 @@
debian:
stage: test
image: debian:stable
before_script:
- apt-get -qq update && apt-get -qq install -y python
script:
- bash tests/run.sh break