image: python:3.6

stages:
  - test

before_script:
  - apt-get -q update && apt-get install -y python3-virtualenv
  - virtualenv venv
  - . venv/bin/activate
  - python -V
  - pip3 install requirements.txt

install_dependencies:
  stage: test
  script:
    - pip3 install -r requirements.txt
    - whoami
    - mkdir /etc/aura
    - mkdir /var/log/aura
    - cp ./configuration/engine.ini /etc/aura/
    - python3 guru.py -h