From fc33032d74b68ca1ae6aee0eac7685d25859c910 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 22 Dec 2025 20:20:37 -0500 Subject: [PATCH] Add build runner tag to CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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