From b7d9c3f8376f1f3aed5100add6f98136ca24c7e8 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 10:25:23 -0400 Subject: [PATCH] Install python-yaml before running tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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