Commit 11a27699 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

test change stage names

parent 611bd3a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@
stages:
  - build
  - test
  - unit_test
  - integ_test
  - unittest
  - integrationtest
  - dependencies
  - deploy
  - funct_test
  - functionaltest

# include the individual .gitlab-ci.yml of each micro-service
include: 
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ test monitoring pytest:
    IMAGE_NAME: 'monitoring' # name of the microservice
    IMAGE_NAME_TEST: 'monitoring-test' # name of the microservice
    IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
  stage: test
  stage: unittest
  needs:
    - build monitoring
  script: