diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-06-25 12:07:13 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-06-25 12:07:13 +0200 |
commit | 6440cd39f79e68b8bc0dc3669bdeaee3c4a3b565 (patch) | |
tree | 46dc15b58e233a58c109ea3932a26b338bcbc40c /.gitlab-ci.yml | |
parent | bf3162b5c61766bf535c2c735b00b1a0c3208605 (diff) |
gitlab-ci: Run on ubuntu:bionic for 1.6.y
Gbp-Dch: ignore
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ebff095c..cc7ff5cae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:testing +image: ubuntu:bionic test as root: stage: test |