diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca94dd5c91c7fdf91c86ed0deaf0b172775499b4..dc85f0cae5fb2477fbbb771800eb293d0528cf4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ tests: - docker script: - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - - pip install -e .[test] + - pip3 install -e .[test] - pytest-3 coverage: '/^TOTAL.+?(\d+\%)$/' artifacts: