Add build runner tag to CI

This commit is contained in:
Russell Ballestrini 2025-12-22 20:20:37 -05:00
parent f8a1cf6730
commit fc33032d74

View file

@ -11,6 +11,8 @@ cache:
test:
stage: test
tags:
- build
image: python:3.11
before_script:
- python -m venv .venv