WMGZON/.gitlab-ci.yml

7 lines
167 B
YAML
Raw Normal View History

2024-01-13 14:20:13 +00:00
pytest:
2024-01-13 14:22:29 +00:00
stage: test
script:
- python -m venv .venv
- source ./.venv/scripts/activate
2024-01-13 14:25:58 +00:00
- pip install -r requirements.txt
2024-01-13 14:22:29 +00:00
- pytest