mathtext-fastapi / .gitlab-ci.yml
Hobson Lane
Update .gitlab-ci.yml
92a552d
raw
history blame
193 Bytes
run_tests:
image: python:3.10-slim-buster
before_script:
- echo "Image build has started!"
- apt install git
- pip install -r requirements.txt
script:
- pytest --verbose