stages: - test unittest: stage: test tags: - python3.5 script: - pip3 install -r requirements.txt - python3 verify.py - python3 display.py