diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5712c954e0e24c092f7e99c4ebd349dcb1298e5e..f3e58a322712a2e813fc0880968a323f7b99f5dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ variables: cache: paths: - .cache/pip - - venv/ before_script: - python3 --version # For debugging @@ -17,9 +16,8 @@ before_script: test: script: - - python3 setup.py test - - pip install tox flake8 # you can also use tox - - tox -e py36,flake8 + - python3 -m pip install --upgrade coverage + - make run: script: