Commit 54bad7c6 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

minor fix due to a problem with dns resolution at some networks

parent 0ea56f78
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ docker run -ti --rm --network="host" \
    --add-host vault:host-gateway \
    --add-host register:host-gateway \
    --add-host mock-server:host-gateway \
    --add-host $CAPIF_HOSTNAME:host-gateway \
    --add-host $CAPIF_REGISTER:host-gateway \
    -v $TEST_FOLDER:/opt/robot-tests/tests \
    -v $RESULT_FOLDER:/opt/robot-tests/results ${DOCKER_ROBOT_IMAGE}:${DOCKER_ROBOT_IMAGE_VERSION}  \
    --variable CAPIF_HOSTNAME:$CAPIF_HOSTNAME \