From 9bcdeeb4069203fa4be46766d826e65b77d81b79 Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Sun, 3 Feb 2019 17:59:01 +0000 Subject: [PATCH] CI: force bubblewrap tests to run on whitewhale. nested user namespaces are not enabled on the other runners. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dba5e7f..f74cc9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,8 @@ tests:debian: tests:debian_with_bubblewrap: stage: test + tags: + - whitewhale script: - apt-get -qqy update - apt-get -qqy install --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage ffmpeg bubblewrap -- GitLab