summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56166e4..6f9a9da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,8 +45,6 @@ tests:debian:
45tests:debian_with_bubblewrap: 45tests:debian_with_bubblewrap:
46 image: $CONTAINER_REGISTRY:debian 46 image: $CONTAINER_REGISTRY:debian
47 stage: test 47 stage: test
48 tags:
49 - whitewhale
50 script: 48 script:
51 - python3-coverage run --branch -m unittest discover -s tests/ 49 - python3-coverage run --branch -m unittest discover -s tests/
52 - python3-coverage report --fail-under=100 -m --include 'libmat2/*' 50 - python3-coverage report --fail-under=100 -m --include 'libmat2/*'
@@ -54,15 +52,11 @@ tests:debian_with_bubblewrap:
54tests:fedora: 52tests:fedora:
55 image: $CONTAINER_REGISTRY:fedora 53 image: $CONTAINER_REGISTRY:fedora
56 stage: test 54 stage: test
57 tags:
58 - whitewhale
59 script: 55 script:
60 - python3 setup.py test 56 - python3 setup.py test
61 57
62tests:archlinux: 58tests:archlinux:
63 image: $CONTAINER_REGISTRY:archlinux 59 image: $CONTAINER_REGISTRY:archlinux
64 stage: test 60 stage: test
65 tags:
66 - whitewhale
67 script: 61 script:
68 - python3 setup.py test 62 - python3 setup.py test