.gitlab-ci.yml 227 Bytes
Newer Older
# stages of the cicd pipeline
stages:
  - build
  - test

# include the individual .gitlab-ci.yml of each micro-service
include: 
  - local: '/src/monitoring/.gitlab-ci.yml'
  - local: '/src/context/.gitlab-ci.yml'