File size: 193 Bytes
46f5320
 
 
 
92a552d
d3c3046
92a552d
 
d3c3046
1
2
3
4
5
6
7
8
9
10
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