Skip to content
Snippets Groups Projects
Commit 71e2d938 authored by Saralegui Vallejo, Unai's avatar Saralegui Vallejo, Unai
Browse files

use CI variable to specify docker repository

parent 1465c01d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ pages: ...@@ -2,7 +2,7 @@ pages:
tags: tags:
- docker - docker
stage: deploy stage: deploy
image: tecnalia-docker-dev.artifact.tecnalia.com/python:3.8 image: $ACR_URL/python:3.8
script: script:
- source $VIRTUALENV_NAME/bin/activate - source $VIRTUALENV_NAME/bin/activate
- pip install -U sphinx - pip install -U sphinx
......
test: test:
tags: tags:
- docker # this is necessary to execute the Gitlab Runner in a docker container - docker # this is necessary to execute the Gitlab Runner in a docker container
image: tecnalia-docker-dev.artifact.tecnalia.com/python:3.8 image: $ACR_URL/python:3.8
only: only:
refs: refs:
# run only when new tag is published or changes pushed to master # run only when new tag is published or changes pushed to master
......
...@@ -9,7 +9,7 @@ cache: ...@@ -9,7 +9,7 @@ cache:
virtualenv: virtualenv:
stage: virtualenv stage: virtualenv
image: tecnalia-docker-dev.artifact.tecnalia.com/python:3.8 image: $ACR_URL/python:3.8
tags: tags:
- docker - docker
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment