Skip to content

Commit 72643d7

Browse files
committed
Use VM GitLab runner
The Docker-based runners do not support IPv6 due to a bug in Docker [1]. Future changes will require IPv6 support to run the unit tests, so use the VM-based runners instead. As per Frédéric Pierre, this will not slow down CI. [1]: moby/moby#33099
1 parent a5fbea7 commit 72643d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ include:
99
.qrexec_checks:
1010
stage: checks
1111
tags:
12-
- short-living-job
13-
- docker
12+
- vm
1413
before_script: &before-script
1514
- "PATH=$PATH:$HOME/.local/bin"
1615
- sudo dnf install -y python3-pip python3-gobject gtk3 python3-pytest

0 commit comments

Comments
 (0)