aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21e7fea..fb6e7a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,7 @@ debian:
stage: test
image: debian:stable
before_script:
- - apt-get -qq update && apt-get -qq install -y python python-yaml
+ - apt-get -qq update && apt-get -qq install -y python python-pip
+ - pip install PyYAML
script:
- bash tests/run.sh break