.gitlab-ci.yml 546 Bytes
Newer Older
# stages of the cicd pipeline
Sergio Gonzalez Diaz's avatar
Sergio Gonzalez Diaz committed
# stages:
#   - build
#   - test
#   - unittest
#   - integrationtest
#   - dependencies
#   - deploy
#   - functionaltest

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