Skip to content
Snippets Groups Projects
Commit d07017a0 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

use public-docker to check if it works

parent 9d9dbe70
No related branches found
No related tags found
No related merge requests found
Pipeline #68151 failed
default:
image: python:3-slim
test:
job 1:
stage: test
tags:
- public-docker
script:
- pip install -r requirements.txt
- pytest
\ No newline at end of file
- echo "Logging in"
- docker login $CI_REGISTRY -u $CI_JOB_USER -p $CI_JOB_TOKEN
- docker image ls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment