summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-04-10 17:00:19 +0100
committerJavier Jardón <jjardon@gnome.org>2018-04-12 23:09:00 +0100
commit9bc2bb049f7db7214baf23e6dabf99c8abd1cf78 (patch)
tree82b32fd6d8693da408281045ded3b0a0b6c826f8
parentf1567355d90032e1e04ee23fc8d0f6541260ad0c (diff)
downloadbuildstream-9bc2bb049f7db7214baf23e6dabf99c8abd1cf78.tar.gz
.gitlab-ci.yml: Run tests in Fedora:27 as well
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d590263f..6a35ac782 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,6 +94,10 @@ source_dist:
debian-8-tests:
<<: *linux-tests
+fedora-27-tests:
+ image: buildstream/buildstream-fedora:master-56-5d7ee17
+ <<: *linux-tests
+
unix-tests:
# Use fedora here, to a) run a test on fedora and b) ensure that we
@@ -173,6 +177,7 @@ coverage:
- coverage report --rcfile=../.coveragerc -m
dependencies:
- debian-8-tests
+ - fedora-27-tests
- unix-tests
- source_dist