diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4166bf..8f7c753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - lint - build - deploy-dev - deploy-prod @@ -8,13 +7,6 @@ variables: SOLUTIONS_ROOT_EXTERNAL: "/sprint-data/data/solutions" DB_HOST: "postgres" -lint: - stage: lint - tags: - - main - script: - - mypy --ignore-missing-imports . - build: stage: build tags: