@ -16,8 +16,8 @@ pipeline:
password:
from_secret: password
script:
- cd /home/sgeboers/gtfs
- cd /home/webapps/gtfs
- python -m venv env
- python3 -m venv env
- source env/bin/activate
- cd code
- pip install -r requirements.txt