diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeb17b1bf..d51785f50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,10 @@ tests-fedora-29: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095 <<: *tests +tests-fedora-30: + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:30-master-55318540 + <<: *tests + tests-ubuntu-18.04: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-ubuntu:18.04-master-46405991 <<: *tests |