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

branches are hard. fixing the unnecessary changes on master

parent 376cc160
Branches
Tags
No related merge requests found
Pipeline #68159 passed
default:
image: python:3-slim
job 1:
stage: test
tags:
- public-docker
image: docker:latest
test:
script:
- echo "Logging in"
- docker --version
- docker login gitlab.version.fz-juelich.de:5555 -u rybicki1 -p ldalda
- docker image ls
- pip install -r requirements.txt
- pytest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment