diff options
| author | Jan Friedli | 2020-07-13 16:15:35 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-07-13 16:15:35 +0200 |
| commit | 2e6126e7c4ba8132b73e6fb4a2c7ad55109e7664 (patch) | |
| tree | cd9ce38066cb6079824ae5ea54b19a18edce0c2e | |
| parent | 6bac3d43ed210975936aec2d1dd86015d67d4fdb (diff) | |
whoopsie
| -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 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 | ||
| 45 | build-docker: | 45 | build-docker: |
