diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b32f3bc7b127cf3223811728996e66c071bc9961..4d97306f0de327749e20d62ade3e0bd51bc170e0 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