diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54c9b8ff1bbfc265994c7ad49e03b7ffb19753c2..3bf203fd3c1e0f8aea3138b04b39f6bed5f0999e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,6 @@ lint: - .code_changes - .pre-commit stage: checks - tags: [redshift] script: - pre-commit run --all-files pylint @@ -91,26 +90,24 @@ type: tests:3.7: extends: .tests - tags: [mille] variables: PYTHON_VERSION: "3.7" tests:3.8: extends: .tests - tags: [redshift] variables: PYTHON_VERSION: "3.8" tests:3.9:cov: extends: .tests - tags: [redshift] + variables: + PYTHON_VERSION: "3.9" script: - poetry install - poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term tests:3.10: extends: .tests - tags: [redshift] variables: PYTHON_VERSION: "3.10"