diff options
author | Javier Jardón <jjardon@gnome.org> | 2019-05-27 20:01:04 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2019-05-27 20:01:04 +0100 |
commit | 351332c25fcd78891a2117be386f4ef14a99c204 (patch) | |
tree | 739a72f55b83e9d7e322f90df4046ef3809f512a | |
parent | c3f9528c5953c32cfc8be172710a0a30b6bfb2fb (diff) | |
download | buildstream-351332c25fcd78891a2117be386f4ef14a99c204.tar.gz |
.gitlab-ci.yml: Fix overnigth tests
Use bst-plugins-experimental with ostree plugin included
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 336cc4cef..5c8d6ba98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,8 +227,8 @@ docs: stage: test variables: BST_EXT_URL: git+https://gitlab.com/BuildStream/bst-plugins-experimental.git - BST_EXT_REF: 0.12.0-17-g1b3d37ec015b9962970a60b0f9ea453a874cb34a - FD_SDK_REF: freedesktop-sdk-18.08.29.2-92-g271ac39d6865a0878e44466b6a54fbd38482b2d1 + BST_EXT_REF: 0.12.0-31-g604196876f31536a837c95a098af7bea948b4731 + FD_SDK_REF: freedesktop-sdk-18.08.31.1-2-g5c639b8d553016ea6c28ea160a572da2e189745e before_script: - | mkdir -p "${HOME}/.config" |