Upgrade ubuntu used in tests
This commit is contained in:
parent
d0724be8d8
commit
6fe9281daa
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue