diff options
author | Tristan Maat <tm@tlater.net> | 2018-03-16 16:24:27 +0000 |
---|---|---|
committer | Tristan Maat <tm@tlater.net> | 2018-03-28 09:25:48 +0000 |
commit | 95510ad6109d1c5191b6d9cbc1a4d836de975a7c (patch) | |
tree | 01f1c8767f9f0739233427877b2e237c35aabd51 /.gitlab-ci.yml | |
parent | 6e2a342d058aed50b427b559344685f8de414b4b (diff) | |
download | buildstream-95510ad6109d1c5191b6d9cbc1a4d836de975a7c.tar.gz |
.gitlab-ci.yml: Use debian-8 for tests to test python3.4
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
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" |