From 53b5acd5713da5dbce13479686bb90ab09b830dc Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 21 Aug 2018 12:02:09 +0200
Subject: [PATCH] Adding dependencies

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c9ea79..f27336f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ centos_run:
   stage: test
   tags:
     - centos
+  dependencies:
+    - centos_build
   script:
     - ./src/mem
     - ./success.sh 2 centos openfpm_devices
@@ -24,6 +26,8 @@ mac_run:
   stage: test
   tags:
     - mac
+  dependencies:
+    - mac_build
   script:
     - ./src/mem
     - ./success.sh 2 mac openfpm_devices
@@ -39,6 +43,8 @@ ubuntu_run:
   stage: test
   tags:
     - ubuntu
+  dependencies:
+    - ubuntu_build
   script:
     - ./src/mem
     - ./success.sh 2 ubuntu openfpm_devices
-- 
GitLab