From 4588df9c898a607a53072957a1ed829601dd0958 Mon Sep 17 00:00:00 2001 From: kaliko Date: Thu, 30 Sep 2021 20:02:47 +0200 Subject: [PATCH] ci: Fixed unittest --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2