diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45de7904281a3382a74c9d2f3c41c16e0d1e085f..96c398330c1ed41d8d807777456c3178b5e5d875 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,6 @@ type: - .changes stage: checks script: - - poetry install - make mypy lint: @@ -65,7 +64,6 @@ lint: - .changes stage: checks script: - - poetry install - make pylint .tests: @@ -127,7 +125,7 @@ pages: stage: publish_doc script: - poetry install - - poetry run make docs + - make docs - mv docs/_build/html public - ls public artifacts: