summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2021-02-09 23:33:29 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2021-02-09 23:33:47 +0100
commite6bdafad65f67f45e0bc8919082e0f411b8bc121 (patch)
tree27c00a9ced33b169097f7fd44486fd3b42a7dd7c
parent5a6677429cd87c9a47027f3d8969584083e0ff84 (diff)
CI: Run test as user on i386
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a6ff0611..de517c11e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ test as root:
- unbuffer ./test/integration/run-tests -q -j 4
test as user:
+ image: i386/debian:unstable
stage: test
script:
- adduser --home /home/travis travis --quiet --disabled-login --gecos "" --uid 1000