Newer
Older
test:
stage: test
tags:
- docker
image: python:3.8
script:
- pip install --user pytest
test:
stage: test
tags:
- docker
image: python:3.8
script:
- pip install --user pytest