Readonly access to the registry for the test stage

This commit is contained in:
Cyryl Płotnicki 2019-03-04 12:37:54 +00:00
parent e2854f0c6b
commit 6448c21079

View file

@ -28,7 +28,6 @@ image:ubuntu:
.test:
before_script:
- apk add bash
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.gitlab.com
script: ./test.sh
stage: test
image: docker:stable