Skip to content

Commit 593dfcf

Browse files
authored
Update gitlab_ci_demo.md
1 parent f4e4336 commit 593dfcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

05_testing_and_ci/gitlab_ci_demo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ You can register a runner using the following command. Notice again the `--netwo
5959
```bash
6060
sudo docker run --rm -it \
6161
--network host \
62+
-e GODEBUG="netdns=go+ipv6" \
6263
-v /srv/gitlab-runner/config:/etc/gitlab-runner \
6364
gitlab/gitlab-runner register \
6465
--url https://gitlab-sim.informatik.uni-stuttgart.de/
@@ -75,7 +76,7 @@ sudo docker run --rm -it \
7576
- Verify that there is now a runner in the repo settings
7677
- Verify that pipeline now ran
7778

78-
The `--network host` is needed in this IPv6-only VM (see section below).
79+
The `--network host` and `-e GODEBUG="netdns=go+ipv6"` are needed in this IPv6-only VM (see section below).
7980

8081
- More information:
8182
- [Executors and their abilities](https://docs.gitlab.com/runner/executors/)

0 commit comments

Comments
 (0)