Datei .gitlab-ci.yml aktualisieren

This commit is contained in:
Christoph Stahl 2024-09-26 16:52:04 +00:00
parent ab83ef900e
commit 152a8ecd0e

View file

@ -5,7 +5,7 @@ mypy:
script: script:
- pip install poetry - pip install poetry
- poetry install - poetry install
- mypy syng --strict - poetry run mypy syng --strict
ruff: ruff:
stage: test stage: test