diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d1e0c3..e349f99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,8 @@ cache: test: stage: test + tags: + - build image: python:3.11 before_script: - python -m venv .venv