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