diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9962683f2b75bb26e19937c9d4667f9ab771c1b9..d9788cd6e10425c68d0f29f48390471e6941f7e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,8 @@ stages:
   - build
   - test
   - deploy
-  - verify
+  - verify-1
+  - verify-2
 
 variables:
   MAVEN_CLI_OPTS: "-s ci_settings.xml --batch-mode"
@@ -48,7 +49,7 @@ deploy-snapshot:
 # which builds model with the new version of VIPSCommon. This pipeline fails if model build fails.
 
 verify_model_APPLESCABM:
-  stage: verify
+  stage: verify-1
   image: registry.gitlab.com/finestructure/pipeline-trigger
   script:
     - apk add --no-cache openjdk11
@@ -60,7 +61,7 @@ verify_model_APPLESCABM:
     - if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
 
 verify_model_ALTERNARIA:
-  stage: verify
+  stage: verify-1
   image: registry.gitlab.com/finestructure/pipeline-trigger
   script:
     - apk add --no-cache openjdk11
@@ -72,7 +73,7 @@ verify_model_ALTERNARIA:
     - if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
 
 verify_model_NAERSTADMO:
-  stage: verify
+  stage: verify-1
   image: registry.gitlab.com/finestructure/pipeline-trigger
   script:
     - apk add --no-cache openjdk11
@@ -85,7 +86,7 @@ verify_model_NAERSTADMO:
 
 
 verify_model_MAMESTRABR:
-  stage: verify
+  stage: verify-2
   image: registry.gitlab.com/finestructure/pipeline-trigger
   script:
     - apk add --no-cache openjdk11
@@ -97,7 +98,7 @@ verify_model_MAMESTRABR:
     - if: '$CI_COMMIT_REF_NAME == $MAIN_BRANCH'
 
 verify_model_PSILARTEMP:
-  stage: verify
+  stage: verify-2
   image: registry.gitlab.com/finestructure/pipeline-trigger
   script:
     - apk add --no-cache openjdk11