summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93844d7..c3b78a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,12 +23,6 @@ linting:ruff:
23 - pip3 install ruff 23 - pip3 install ruff
24 - ruff check . 24 - ruff check .
25 25
26linting:mypy:
27 image: $CONTAINER_REGISTRY:linting
28 stage: linting
29 script:
30 - mypy --ignore-missing-imports mat2 libmat2/*.py
31
32tests:archlinux: 26tests:archlinux:
33 image: $CONTAINER_REGISTRY:archlinux 27 image: $CONTAINER_REGISTRY:archlinux
34 stage: test 28 stage: test