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

add docker tags

parent 62d95790
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ cache: ...@@ -10,6 +10,8 @@ cache:
build: build:
stage: build stage: build
image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
tags:
- docker
script: script:
- mvn $MAVEN_CLI_OPTS compile - mvn $MAVEN_CLI_OPTS compile
only: only:
......
deploy: deploy:
stage: deploy stage: deploy
image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
tags:
- docker
script: script:
- mvn $MAVEN_CLI_OPTS deploy - mvn $MAVEN_CLI_OPTS deploy
only: only:
......
test: test:
stage: test stage: test
image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest image: tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
tags:
- docker
script: script:
- mvn $MAVEN_CLI_OPTS test - mvn $MAVEN_CLI_OPTS test
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment