From ff78d43445c5e3b4226787d99298b0935177da7b Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Thu, 11 Apr 2019 10:02:35 +0200 Subject: [PATCH] stage is compile, not complete --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b00688cb..b32f3bc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ build-install-annote-and-quicktree: build-ubuntu: only: - docker - stage: complete + stage: compile image: $CI_DSI_REGISTRY_IMAGE:centos7-maven script: - apk update ; apk add git @@ -65,7 +65,7 @@ build-ubuntu: build-mafft: only: - docker - stage: complete + stage: compile 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: complete + stage: compile image: $CI_DSI_REGISTRY_IMAGE:centos7-maven script: - apk update ; apk add git -- GitLab