WMGZON/.gitlab-ci.yml

8 lines
197 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-15 18:30:18 +00:00
# - python -m venv .venv
# - source /bin/activate
2024-01-13 14:25:58 +00:00
- pip install -r requirements.txt
2024-01-13 14:22:29 +00:00
- pytest