From 8beb94787ac5c6345c21720ae2e5fdd8a0247200 Mon Sep 17 00:00:00 2001 From: kaliko Date: Thu, 17 May 2018 15:04:50 +0200 Subject: [PATCH] ci: Fixed missing dependency for tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2