image: python:3.6

stages:
  - build
  - test

install_dependencies:
  stage: build
  script:
    - pwd
    - ls
    - cat requirements.txt

test_guru:
  stage: test
  script: python3 guru.py -h