From db52fbcdc562532573c8b6960119fe6525ad905c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 27 Oct 2016 10:11:17 +0100 Subject: .gitlab-ci.yml: Add dependencies for the deploy step Change-Id: Ifda0f9615b9c876d93691fb08d6715eea65e4e58 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c36ee0da..c7684c34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,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