summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tm@tlater.net>2018-03-16 16:24:27 +0000
committerTristan Maat <tm@tlater.net>2018-03-28 09:25:48 +0000
commit95510ad6109d1c5191b6d9cbc1a4d836de975a7c (patch)
tree01f1c8767f9f0739233427877b2e237c35aabd51
parent6e2a342d058aed50b427b559344685f8de414b4b (diff)
downloadbuildstream-95510ad6109d1c5191b6d9cbc1a4d836de975a7c.tar.gz
.gitlab-ci.yml: Use debian-8 for tests to test python3.4
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 124082991..a31e0fa29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/buildstream-fedora:master-56-5d7ee17
+image: buildstream/testsuite-debian:8-master-57-be5a863
cache:
key: "$CI_JOB_NAME-"
@@ -15,7 +15,7 @@ before_script:
- mount
- df -h
- - adduser -m buildstream
+ - useradd -Um buildstream
- chown -R buildstream:buildstream .
#####################################################
@@ -92,6 +92,9 @@ linux-tests:
- source_dist
unix-tests:
+ # Use fedora here, to a) run a test on fedora and b) ensure that we
+ # can get rid of ostree - this is not possible with debian-8
+ image: buildstream/buildstream-fedora:master-56-5d7ee17
stage: test
variables:
BST_FORCE_BACKEND: "unix"