diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6a05bd07f..a7968b7b21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -644,6 +644,11 @@ checkbashisms: script: - checkbashisms $(find . -path './.git' -prune -o -type f -exec sh -c 'head -n 1 "{}" | grep -qsF "#!/bin/sh"' \; -print) +mypy: + <<: *precheck_job + script: + - mypy "bin/tests/system/isctest/" + tarball-create: stage: precheck <<: *base_image