diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-08-12 01:25:08 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-08-12 02:38:29 +0100 |
commit | 60c2873baeefa3a66d51223bf9ac1f5ce1710b69 (patch) | |
tree | e5a96a2f1ed11b4979c91933123aed7b11ce5a95 | |
parent | 499df6a57324ef0faf193f7fa6ab9fec2d612639 (diff) | |
download | buildstream-60c2873baeefa3a66d51223bf9ac1f5ce1710b69.tar.gz |
.gitlab-ci.yml: Run tests in fedora28 image
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cfb433fc..a0bd238e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,10 @@ tests-fedora-27: image: buildstream/testsuite-fedora:27-master-102-9067e269 <<: *linux-tests +tests-fedora-28: + image: buildstream/testsuite-fedora:28-master-112-a9f63c5e + <<: *linux-tests + tests-ubuntu-18.04: image: buildstream/testsuite-ubuntu:18.04-master-112-a9f63c5e <<: *linux-tests @@ -214,6 +218,7 @@ coverage: dependencies: - tests-debian-9 - tests-fedora-27 + - tests-fedora-28 - tests-unix - source_dist |