From 40b05cad3e31a4c0c6a1bc08b5f4c061b819d3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 7 Nov 2016 07:57:09 +0000 Subject: .gitlab-ci.yml: Execute install_requirements.sh inside ybd folder To avoid this error: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' Change-Id: I2edbf766ac161d34773a55b5591be03db0945409 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0221ae56..0818c131 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ before_script: - export LC_ALL="C.UTF-8" - apt-get update -qq && apt-get install -y -qq git - git clone https://gitlab.com/baserock/ybd.git - - ybd/install_dependencies.sh + - cd ybd && install_dependencies.sh build-system-x86_64-chroot-build: stage: build -- cgit v1.2.1