From 5f134d2b342f736857414450a5fb04eac2e315aa Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Fri, 23 Aug 2019 08:11:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Try=20to=20use=20direct?= =?UTF-8?q?ed=20acyclic=20graphs=20in=20CI=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50d967e..d68ee6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,8 @@ variables: paths: - local.tar expire_in: 3 hours + needs: + - carton after_script: - tar cf local.tar local/ @@ -51,14 +53,14 @@ variables: .sqlite_template: &sqlite_definition <<: *tests_template - dependencies: + needs: - carton_sqlite services: - name: rroemhild/test-openldap alias: rroemhild-test-openldap .pg_template: &pg_definition <<: *tests_template - dependencies: + needs: - carton_postgresql services: - name: postgres:11 @@ -67,7 +69,7 @@ variables: alias: rroemhild-test-openldap .mysql_template: &mysql_definition <<: *tests_template - dependencies: + needs: - carton_mysql services: - name: mariadb:10.3