Upgrade ubuntu used in tests

This commit is contained in:
Cyryl Płotnicki 2019-05-19 22:05:07 +01:00
parent d0724be8d8
commit 6fe9281daa

View file

@ -49,7 +49,7 @@ fedora:cached:
ubuntu:cached: ubuntu:cached:
extends: .test extends: .test
variables: variables:
DETECTED_OS: ubuntu:cosmic DETECTED_OS: ubuntu:disco
OS_NAME: ubuntu OS_NAME: ubuntu
dependencies: dependencies:
- image:ubuntu - image:ubuntu
@ -64,6 +64,6 @@ fedora:fresh:
ubuntu:fresh: ubuntu:fresh:
extends: .test extends: .test
variables: variables:
DETECTED_OS: ubuntu:cosmic DETECTED_OS: ubuntu:disco
OS_NAME: ubuntu OS_NAME: ubuntu
DOCKER_IMAGE: ubuntu:cosmic DOCKER_IMAGE: ubuntu:disco