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:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
when: always
|
when: always
|
||||||
|
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
|
||||||
|
when: always
|
||||||
- when: manual
|
- when: manual
|
||||||
trigger:
|
trigger:
|
||||||
strategy: depend
|
strategy: depend
|
||||||
@ -35,6 +37,8 @@ Test-Dind:
|
|||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
when: always
|
when: always
|
||||||
|
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
|
||||||
|
when: always
|
||||||
- when: manual
|
- when: manual
|
||||||
trigger:
|
trigger:
|
||||||
strategy: depend
|
strategy: depend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user