diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:29:36 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:29:36 -0400 |
| commit | 08e4930a522e821c96dbd2da173df2800aa488f5 (patch) | |
| tree | 37fa82ded71dba007f00fcdbc868cc2be36d9dc3 /.gitlab-ci.yml | |
| parent | b7d9c3f8376f1f3aed5100add6f98136ca24c7e8 (diff) | |
Install python-yaml through pip (to get the latest version)
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
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 |
