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