Commit 18e28884 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

testing stages

parent 3ba3f86a
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
# stages of the cicd pipeline
stages:
  - build
  - test
  - unittest
  - integrationtest
  - dependencies
  - deploy
  - functionaltest
# stages:
#   - build
#   - test
#   - unittest
#   - integrationtest
#   - dependencies
#   - deploy
#   - functionaltest

# include the individual .gitlab-ci.yml of each micro-service
include: 
+9 −0
Original line number Diff line number Diff line
stages:
  - build
  - test
  - unittest
  - integrationtest
  - dependencies
  - deploy
  - functionaltest

# build, tag and push the Docker image to the gitlab registry
build monitoring:
  variables: