Commit a508f99e authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Update file .gitlab-ci.yml

parent 6d2a09a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ end2end_test ryu-openflow:
    - docker ps -a
    - |
        echo "Waiting for Ryu to be ready..."
        until curl -s http://172.20.0.10:8080/stats/switches >/dev/null; do
        until curl -s http://172.20.0.10:8080/ >/dev/null; do
          echo "Still waiting..."
          sleep 5
        done