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

Update .gitlab-ci.yml

parent 7e0a821b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ test monitoring run:
  script:
    - docker run -d -p 7070:7070 --name monitoring --network=teraflowbridge --rm "$IMAGE_NAME:$IMAGE_TAG"
    - sleep 5
    - docker ps | grep monitoring > deploy_test_report.txt
    - docker ps > deploy_test_report.txt
  after_script:
    - docker stop monitoring
  rules: