Changed directory in ci/cd pipeline

This commit is contained in:
Luke Else 2024-01-15 18:24:44 +00:00
parent bf368e6f27
commit 03819ac529

View File

@ -1,7 +1,7 @@
pytest:
stage: test
script:
- cd wmgzon
- cd /builds/u5500327/wmgzon
- python -m venv .venv
- source ./.venv/scripts/activate
- pip install -r requirements.txt