aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-09 10:29:36 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-09 10:29:36 -0400
commit08e4930a522e821c96dbd2da173df2800aa488f5 (patch)
tree37fa82ded71dba007f00fcdbc868cc2be36d9dc3
parentb7d9c3f8376f1f3aed5100add6f98136ca24c7e8 (diff)
Install python-yaml through pip (to get the latest version)
-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