From: kaliko Date: Thu, 30 Sep 2021 18:02:47 +0000 (+0200) Subject: ci: Fixed unittest X-Git-Tag: 0.18.0~20 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=4588df9c898a607a53072957a1ed829601dd0958;p=mpd-sima.git ci: Fixed unittest --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 122e792..228dcfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ stages: smoketest: stage: test script: - - pip install requests musicpd + - pip install requests python-musicpd - python setup.py test # build wheel and source - python setup.py bdist_wheel sdist @@ -40,7 +40,7 @@ smoketest: unittests: stage: test script: - - pip install pytest-cov requests + - pip install pytest-cov requests python-musicpd - py.test -q --cov=sima --junitxml=report.xml tests artifacts: when: always