stages: - test Atheneum:Tests: image: python:3.6-slim-stretch stage: test script: - python3 -m pip install pipenv - cd server - pipenv install --dev --system - bash ./run_tests.sh tags: - docker