Commit 63c64cc0 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Fix CI/CD pipeline

parent 8a131045
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,12 @@ stages:
  - unit_test
  - unit_test
  - end2end_test
  - end2end_test


workflow:
  rules:
    - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)'
      when: always
    - when: never

# include the individual .gitlab-ci.yml of each micro-service and tests
# include the individual .gitlab-ci.yml of each micro-service and tests
include:
include:
#  #- local: '/manifests/.gitlab-ci.yml'
#  #- local: '/manifests/.gitlab-ci.yml'