summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b1a0850..8cefb705 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,10 @@ before_script:
- git clone https://gitlab.com/baserock/ybd.git $CI_YBD_BRANCH
- cd ybd && ./install_dependencies.sh && cd ..
- pip install -r spec/requirements.txt
+ # Install buildstream
+ - apt-get install -y -qq bubblewrap ostree python3 python3-pip python3-gi gir1.2-ostree-1.0 python3-dev
+ - pip3 install buildstream
+
validate-all-definitions:
stage: validate