summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c823b77..6bacabe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ tests:debian:
38 - apt-get -qqy update 38 - apt-get -qqy update
39 - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools 39 - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools
40 - pip3 install wheel 40 - pip3 install wheel
41 - pip3 install -r requirements.txt 41 - pip3 install -r requirements.txt -r requirements-test.txt
42 - python3-coverage run --branch --include main.py,matweb/*.py -m unittest discover -s test 42 - python3-coverage run --branch --include main.py,matweb/*.py -m unittest discover -s test
43 - python3-coverage report -m 43 - python3-coverage report -m
44 44