summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0a26f4..c823b77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ tests:debian:
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
42 - python3-coverage run --branch 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
45build-docker: 45build-docker: