From ad43a1ded669ea67c080e886cf829b0ff2665461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 13 Oct 2016 14:28:53 +0100 Subject: Revert ".gitlab-ci.yml: Use ybd's install_dependencies.sh script" This reverts commit fef20d93617a613be72930ebce77d6d2005b3163. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1