From c9dc2e73422a63b82fd8fb4422236b74d63b4c11 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Thu, 3 Mar 2022 07:26:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5712c95..f3e58a3 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: -- GitLab