chore(CI):Execute docker Tests within Merge Request pipelines

This commit is contained in:
Marcel Feix 2022-07-01 10:15:17 +02:00
parent 691cd0b5f0
commit 97ff8551cb
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -24,6 +24,8 @@ Test-Docker-compose:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
when: always
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
when: always
- when: manual
trigger:
strategy: depend
@ -35,6 +37,8 @@ Test-Dind:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
when: always
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
when: always
- when: manual
trigger:
strategy: depend