From 17e911af1ebc994af68916bcd4e0220a964738ca Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Thu, 11 Apr 2019 10:04:12 +0200 Subject: [PATCH] replace stage 'compile' by 'build' --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b32f3bc7..4d97306f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab