chore(CI):Execute docker Tests within Merge Request pipelines
This commit is contained in:
parent
691cd0b5f0
commit
97ff8551cb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user