]> kaliko git repositories - mpd-sima.git/blobdiff - .gitlab-ci.yml
ci: Fixed missing dependency for tests
[mpd-sima.git] / .gitlab-ci.yml
index 8651a08989a91b06c4340a248e5bddfbedd63a8d..7a68469feae7406d94b344f2593434376fcbc22a 100644 (file)
@@ -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
@@ -42,7 +42,8 @@ run:
   - pip install dist/*
   - mpd-sima --help
   cache:
-    paths: dist/
+    paths:
+      - dist/
     policy: pull
   artifacts:
     paths: