From fef20d93617a613be72930ebce77d6d2005b3163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 13 Oct 2016 12:06:07 +0100 Subject: .gitlab-ci.yml: Use ybd's install_dependencies.sh script Change-Id: I8718a0d814eaca10f88a46502b7a35c64c7940f3 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9c61bf8..e637a1cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,7 @@ before_script: - export LC_ALL="C.UTF-8" - git clone https://gitlab.com/baserock/ybd.git - - apt-get update -qq && apt-get install -y -qq python-dev python-pip gawk - - pip install fs pyyaml sandboxlib requests jsonschema + - sh ybd/install_dependencies.sh build-system-x86_64-chroot-build: stage: build -- cgit v1.2.1