diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6397297f9e72b0c3c254ed257621c8435d862fe4..a551c6d018cf1b0b018488829d4d0699fb6403fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,23 +69,23 @@ lint: tests-3.6: extends: .tests - tags: [poetry-56] + tags: [1000] variables: PYTHON_VERSION: "3.6" tests-3.7: extends: .tests - tags: [poetry-78] + tags: [1000] variables: PYTHON_VERSION: "3.7" tests-3.8: extends: .tests - tags: [poetry-78] + tags: [redshift] tests-3.9: extends: .tests - tags: [poetry-56] + tags: [redshift] variables: PYTHON_VERSION: "3.9"