Update file .gitlab-ci.yml
This commit is contained in:
parent
102686f127
commit
753b9ff6ba
@ -22,6 +22,9 @@ check:
|
||||
tags:
|
||||
- runner_tars_1
|
||||
script:
|
||||
- python3 -m venv venv
|
||||
- source venv/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
- make check
|
||||
only:
|
||||
- main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user