From 6448c2107987c09e0013180e6f70c17363a67ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 4 Mar 2019 12:37:54 +0000 Subject: [PATCH] Readonly access to the registry for the test stage --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f258e56e..314b0e62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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