diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e4236b..a667620 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -24,5 +24,5 @@ tests:debian: | |||
| 24 | script: | 24 | script: |
| 25 | - apt-get -qqy update | 25 | - apt-get -qqy update |
| 26 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage | 26 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage |
| 27 | - python3-coverage run --branch -m unittest discover | 27 | - python3-coverage run --branch --include main.py -m unittest discover |
| 28 | - python3-coverage report -m | 28 | - python3-coverage report -m |
