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