diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7084212e2d2d615eaa2e32b9f5345db2c8f2438a..760af189a1607c4628b13244a49f29a3d142ea1d 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,22 @@ 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] 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"