Commit f36fddbe authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

test underscore in stage name

parent 11a27699
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
stages:
  - build
  - test
  - unittest
  - unit_test
  - integrationtest
  - dependencies
  - deploy
+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: unittest
  stage: unit_test
  needs:
    - build monitoring
  script: