Skip to content
Snippets Groups Projects
Commit 9ab1b896 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Add second verify stage to debug strange gitlab behaviour

parent 7dd225fc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment