From e604910518b53aaca90793833d08185d80699fa1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Javier=20Jard=C3=B3n?= <jjardon@gnome.org>
Date: Wed, 25 Apr 2018 17:04:47 +0100
Subject: [PATCH] .gitlab-ci.yml: Remove redundant declaration of dependencies:

"artifacts from all previous stages are passed by default."
https://docs.gitlab.com/ee/ci/yaml/#dependencies
---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29ad9d09c5..0ba4a1cdc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,8 +87,6 @@ source_dist:
   artifacts:
     paths:
     - coverage-linux/
-  dependencies:
-  - source_dist
 
 tests-debian-8:
   <<: *linux-tests
@@ -135,8 +133,6 @@ tests-unix:
     - coverage-unix/
     - logs-unix/
 
-  dependencies:
-  - source_dist
 
 # Automatically build documentation for every commit, we want to know
 # if building documentation fails even if we're not deploying it.
@@ -156,8 +152,6 @@ docs:
   artifacts:
     paths:
     - public/
-  dependencies:
-  - source_dist
 
 
 #####################################################
-- 
GitLab