X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;ds=sidebyside;f=.gitlab-ci.yml;fp=.gitlab-ci.yml;h=7a68469feae7406d94b344f2593434376fcbc22a;hb=8beb94787ac5c6345c21720ae2e5fdd8a0247200;hp=f11417c7a645c4c6ab92c75dc5b45a6fee71622a;hpb=e283458facd4e336d2f64606c741aaaeb0cc28dc;p=mpd-sima.git 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