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