From 3dcb1a2d6f541449ba7d5192c7db9e09204a799b 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(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0221ae56..d762e84a 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 && cd .. build-system-x86_64-chroot-build: stage: build -- cgit v1.2.1