From 6fdc02166aae8ba59bf14b0554db62e008f8854c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 20 Oct 2016 20:45:29 +0530 Subject: .gitlab-ci.yml: build-system-x86_64-chroot-deploy depends on build-system-x86_64-chroot-build Change-Id: I17329f8f7b2055ea521b33ffc7d4d50be6f082dd --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bae4fc58..26732e96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,8 @@ build-system-x86_64-chroot-build: - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64 build-system-x86_64-chroot-deploy: stage: deploy + dependencies: + - build-system-x86_64-chroot-build script: - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64 artifacts: -- cgit v1.2.1