diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-09 17:13:44 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-14 14:03:43 +0100 |
commit | ebbb906384a1e9808c1b6aab63c4071a0db46785 (patch) | |
tree | 36811a80526354d1f12e73b84dce1bdc43049252 /.gitlab-ci.yml | |
parent | 750fd901a99b9110aebe9c634d11822d7c415f8b (diff) |
Do CI using ubuntu:cosmic, not debian:testing
This is the cosmic branch.
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 3bdda7e46..f4f2f3fb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:testing +image: ubuntu:cosmic variables: DEBIAN_FRONTEND: noninteractive |