diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-10 13:32:24 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-10 13:32:24 +0100 |
commit | ecd2081a9aab7744771c896b5d7db2f70f120e17 (patch) | |
tree | de9cbf75a1198a0dd9bed030afa8a02e2dcc0f3d | |
parent | d5cdd79bfb1b0dd1cadd878dad8273cbf7069dbb (diff) |
CI: Pull from testing, unstable broken atm
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72e15f8cd..fb85a7318 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:unstable +image: debian:testing variables: DEBIAN_FRONTEND: noninteractive CCACHE_DIR: $CI_PROJECT_DIR/.ccache @@ -30,7 +30,7 @@ test as root: - unbuffer ./test/integration/run-tests -q -j 4 test as user: - image: i386/debian:unstable + image: i386/debian:testing stage: test script: - apt-get install --no-install-recommends -qq libxml2-utils |