summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6275f54f..2a8cfe5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,8 @@ before_script:
- 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
+ - git clone https://gitlab.com/buildstream/buildstream
+ - pip3 install buildstream/
migrate-bst:
stage: migrate-bst