.gitlab-ci.yml 290 Bytes
Newer Older
# stages of the cicd pipeline
stages:
  - build
  - test
Sergio Gonzalez Diaz's avatar
Sergio Gonzalez Diaz committed
variables:
  VERSION: '1.0' # version of the TeraFlow release

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