Skip to content
Snippets Groups Projects
Unverified Commit 7f23bedb authored by Denis's avatar Denis Committed by GitHub
Browse files

Update .gitlab-ci.yml

Update gitlab related variables
parent 163bf057
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ run tests:
stage: test
image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
before_script:
- docker login -u $DOCKER_REGISTRY_USER_LOGIN -p $CI_REGISTRY_PASS_LOGIN $CI_NX_REGISTRY
- docker login -u $DOCKER_REGISTRY_USERNAME -p $DOCKER_REGISTRY_PASSWORD $DOCKER_REGISTRY_HOST
tags:
- docker-executor
script:
......@@ -85,7 +85,7 @@ publish to nexus:
pages:
image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
before_script:
- docker login -u $DOCKER_REGISTRY_USER_LOGIN -p $CI_REGISTRY_PASS_LOGIN $CI_NX_REGISTRY
- docker login -u $DOCKER_REGISTRY_USERNAME -p $DOCKER_REGISTRY_PASSWORD $DOCKER_REGISTRY_HOST
tags:
- docker-executor
stage: pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment