Skip to content
Snippets Groups Projects
Commit c8c610a5 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'hackfest_minor_fix' into 'staging'

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

See merge request !73
parents 0ea56f78 54bad7c6
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 #10176 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