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