From c1bbf3e65c05107a58bda9407ba7623e0b7f0952 Mon Sep 17 00:00:00 2001
From: Elisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Date: Tue, 20 Mar 2018 11:50:05 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7c5e4f..ded88a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,11 +9,12 @@ stages:
 build:
   stage: build
   script:
+    - env
     - sh ${HOME}/build-install-ngx-voms.sh
-    #- cp -r ${HOME}/local localtemp
+    - cp -r ${HOME}/local local
   artifacts:
     paths:
-      - ${HOME}/local
+      - local
 
 test:
   stage: test
-- 
GitLab