From: kaliko Date: Thu, 17 May 2018 13:04:50 +0000 (+0200) Subject: ci: Fixed missing dependency for tests X-Git-Tag: 0.15.0~4 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=8beb94787ac5c6345c21720ae2e5fdd8a0247200;hp=e283458facd4e336d2f64606c741aaaeb0cc28dc;p=mpd-sima.git ci: Fixed missing dependency for tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f11417c..7a68469 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ before_script: test: stage: test script: - - pip install pytest-cov + - pip install pytest-cov requests - py.test -q --cov=sima tests - python setup.py test - pip install tox flake8