Commit caea0622 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Fix KPI Manager CI/CD pipeline

parent 8daa566c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ unit_test kpi-value-writer:
    - docker pull "bitnami/kafka:latest"
    - >
      docker run --name zookeeper -d --network=teraflowbridge -p 2181:2181
      --env ALLOW_ANONYMOUS_LOGIN=yes
      bitnami/zookeeper:latest
    - sleep 10 # Wait for Zookeeper to start
    - >