An ebook/comic library service and web client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
226 B

  1. stages:
  2. - test
  3. Atheneum:Tests:
  4. image: python:3.6-slim-stretch
  5. stage: test
  6. script:
  7. - python3 -m pip install pipenv
  8. - cd server
  9. - pipenv install --dev --system
  10. - bash ./run_tests.sh
  11. tags:
  12. - docker