diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:25:23 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-09 10:25:23 -0400 |
| commit | b7d9c3f8376f1f3aed5100add6f98136ca24c7e8 (patch) | |
| tree | 4d109bea6d756dba28a0137aa389d5a21a58680a | |
| parent | b22ff6534ae238771369ee9d82dbbf52479a980d (diff) | |
Install python-yaml before running tests
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0836a4c..21e7fea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |
