Add build runner tag to CI
This commit is contained in:
parent
f8a1cf6730
commit
fc33032d74
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ cache:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
tags:
|
||||
- build
|
||||
image: python:3.11
|
||||
before_script:
|
||||
- python -m venv .venv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue