From 611d69603fb43f8158c67e606eb1b34110070099 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 4 Oct 2017 16:43:42 +0200
Subject: [PATCH] fix job build_starpu missing artifact

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aaeb8eb0..9f762c56c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,9 +7,11 @@ stages:
 
 build_starpu:
   stage: build
+  artifacts:
     name: starpu_build
     expire_in: 42 minutes
-    paths: build
+    paths:
+      - build
   script:
     - source .gitlab-ci-env.sh
     - git submodule update --init --recursive
-- 
GitLab