Skip to content
Snippets Groups Projects
Commit 17e911af authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

replace stage 'compile' by 'build'

parent ff78d434
No related branches found
No related tags found
No related merge requests found
Pipeline #11155 failed
......@@ -13,7 +13,7 @@ before_script:
build-test-image:
only:
- docker
stage: compile
stage: build
image: $CI_DSI_REGISTRY_IMAGE:centos7-maven
script:
- apk update ; apk add git
......@@ -26,7 +26,7 @@ build-test-image:
build-install-barrnap:
only:
- docker
stage: compile
stage: build
image: $CI_DSI_REGISTRY_IMAGE:centos7-maven
script:
- apk update ; apk add git
......@@ -39,7 +39,7 @@ build-install-barrnap:
build-install-annote-and-quicktree:
only:
- docker
stage: compile
stage: build
image: $CI_DSI_REGISTRY_IMAGE:centos7-maven
script:
- apk update ; apk add git
......@@ -52,7 +52,7 @@ build-install-annote-and-quicktree:
build-ubuntu:
only:
- docker
stage: compile
stage: build
image: $CI_DSI_REGISTRY_IMAGE:centos7-maven
script:
- apk update ; apk add git
......@@ -65,7 +65,7 @@ build-ubuntu:
build-mafft:
only:
- docker
stage: compile
stage: build
image: $CI_DSI_REGISTRY_IMAGE:centos7-maven
script:
- apk update ; apk add git
......@@ -78,7 +78,7 @@ build-mafft:
build-mmseqs_and_fastme:
only:
- docker
stage: compile
stage: build
image: $CI_DSI_REGISTRY_IMAGE:centos7-maven
script:
- apk update ; apk add git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment