Newer
Older
# stages of the cicd pipeline
stages:
- build
- test
Lluis Gifre Renom
committed
- dependencies
# include the individual .gitlab-ci.yml of each micro-service
include:
- local: '/src/monitoring/.gitlab-ci.yml'
- local: '/src/device/.gitlab-ci.yml'
- local: '/src/service/.gitlab-ci.yml'
Lluis Gifre Renom
committed
- local: '/src/tester_integration/.gitlab-ci.yml'
- local: '/src/tester_functional/.gitlab-ci.yml'