WMGZON/.gitlab-ci.yml

8 lines
204 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:
2024-01-15 18:24:44 +00:00
- cd /builds/u5500327/wmgzon
2024-01-13 14:22:29 +00:00
- python -m venv .venv
2024-01-15 18:26:46 +00:00
- 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