Commit 4ecbf78b authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

Update monitoring .gitlab-ci.yml

parent 2961bb09
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ unit test monitoring:
  artifacts:
      when: always
      reports:
        junit: $PWD/src/$IMAGE_NAME/tests/report.xml
        junit: src/$IMAGE_NAME/tests/report.xml

monitoring test:
  variables:
@@ -67,7 +67,8 @@ monitoring test:
    IMAGE_TAG: 'develop' # tag of the container image (production, development, etc)
  stage: unit_test
  script:
    - 'sed -i "s/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/" manifests/$IMAGE_NAME.yaml'
    - sed -i 's/$IMAGE_NAME:.*/$IMAGE_NAME:$IMAGE_TAG/' manifests/$IMAGE_NAME.yaml
    - ls manifests
    - cat manifests/$IMAGE_NAME.yaml'

# Deployment of the monitoring service in Kubernetes Cluster