Update file .gitlab-ci.yml

This commit is contained in:
Angah Desenvolvedores 2025-01-13 16:38:50 +00:00
parent 102686f127
commit 753b9ff6ba

View File

@ -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