Skip to content
Snippets Groups Projects

F mypy

Merged Henrik tom Wörden requested to merge f-mypy into dev
+ 9
1
@@ -29,9 +29,9 @@ variables:
image: $CI_REGISTRY_IMAGE
stages:
- setup
- code_style
- linting
- setup
- test
- deploy
@@ -53,6 +53,13 @@ pylint:
- make lint
allow_failure: true
mypy:
tags: [ docker ]
stage: linting
script:
- mypy src/caosdb
allow_failure: true
# run unit tests
unittest_py3.7:
tags: [ docker ]
@@ -126,6 +133,7 @@ build-testenv:
stage: setup
only:
- schedules
- web
script:
- cd unittests/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Loading