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

Update .gitlab-ci.yml file

parent fabbd8e2
No related branches found
No related tags found
No related merge requests found
Pipeline #68153 failed
...@@ -8,5 +8,6 @@ job 1: ...@@ -8,5 +8,6 @@ job 1:
image: docker:latest image: docker:latest
script: script:
- echo "Logging in" - echo "Logging in"
- docker --version
- docker login $CI_REGISTRY -u $CI_JOB_USER -p $CI_JOB_TOKEN - docker login $CI_REGISTRY -u $CI_JOB_USER -p $CI_JOB_TOKEN
- docker image ls - docker image ls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment