image: python:3.6 stages: - test install_dependencies: stage: test
script:
- pip3 install -r requirements.txt
- pip3 list - python3 guru.py -h