From ebc3d5f26c689fdc838414b208ee31f6569aab04 Mon Sep 17 00:00:00 2001
From: Dzianis Bartashevich <bartashevich@av.it.pt>
Date: Fri, 15 Mar 2019 15:45:07 +0000
Subject: [PATCH] test new docker registry

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9164d771..9a2d5a7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ cache:
 # before_script is used to define the command that should be run before all jobs, including deploy jobs, but after the restoration of artifacts.
 # This can be an array or a multi-line string.
 before_script:
-  - docker login -u $DOCKER_REGISTRY_USER_LOGIN -p $CI_REGISTRY_PASS_LOGIN $CI_REGISTRY
+  - docker login -u $DOCKER_REGISTRY_USER_LOGIN -p $CI_REGISTRY_PASS_LOGIN $CI_NX_REGISTRY
   - pip install twine
 
 # The YAML file defines a set of jobs with constraints stating when they should be run.
-- 
GitLab