summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b7db92cf..51a39faa2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,6 +195,14 @@ tests-spawn-multiprocessing-start-method:
variables:
BST_FORCE_START_METHOD: "spawn"
+# Run type checkers
+mypy:
+ stage: test
+
+ script:
+ - tox -e mypy
+ except:
+ - schedules
# Lint separately from testing
lint: