diff options
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82cd46b..4ad5c98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -51,14 +51,14 @@ tests:archlinux: | |||
| 51 | image: $CONTAINER_REGISTRY:archlinux | 51 | image: $CONTAINER_REGISTRY:archlinux |
| 52 | stage: test | 52 | stage: test |
| 53 | script: | 53 | script: |
| 54 | - python3 setup.py test | 54 | - python3 -m unittest discover -v |
| 55 | 55 | ||
| 56 | tests:debian: | 56 | tests:debian: |
| 57 | image: $CONTAINER_REGISTRY:debian | 57 | image: $CONTAINER_REGISTRY:debian |
| 58 | stage: test | 58 | stage: test |
| 59 | script: | 59 | script: |
| 60 | - apt-get -qqy purge bubblewrap | 60 | - apt-get -qqy purge bubblewrap |
| 61 | - python3 setup.py test | 61 | - python3 -m unittest discover -v |
| 62 | 62 | ||
| 63 | tests:debian_with_bubblewrap: | 63 | tests:debian_with_bubblewrap: |
| 64 | image: $CONTAINER_REGISTRY:debian | 64 | image: $CONTAINER_REGISTRY:debian |
| @@ -72,7 +72,7 @@ tests:fedora: | |||
| 72 | image: $CONTAINER_REGISTRY:fedora | 72 | image: $CONTAINER_REGISTRY:fedora |
| 73 | stage: test | 73 | stage: test |
| 74 | script: | 74 | script: |
| 75 | - python3 setup.py test | 75 | - python3 -m unittest discover -v |
| 76 | 76 | ||
| 77 | tests:gentoo: | 77 | tests:gentoo: |
| 78 | image: $CONTAINER_REGISTRY:gentoo | 78 | image: $CONTAINER_REGISTRY:gentoo |
