Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
2 merge requests!99Merge Latest changes from staging to main,!73minor fix due to a problem with dns resolution at some networks
Pipeline #9950 failed
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment