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 e637a1cb..b9c61bf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
before_script:
- export LC_ALL="C.UTF-8"
- git clone https://gitlab.com/baserock/ybd.git
- - sh ybd/install_dependencies.sh
+ - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk
+ - pip install fs pyyaml sandboxlib requests jsonschema
build-system-x86_64-chroot-build:
stage: build