From 1c50f6a2b231c0b83a9269cac54403bef9ee5258 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Fri, 22 Sep 2017 13:38:36 +0200
Subject: [PATCH] conda-bld-path was needed

---
 templates/gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/gitlab-ci.yml b/templates/gitlab-ci.yml
index b57372a..ed88366 100644
--- a/templates/gitlab-ci.yml
+++ b/templates/gitlab-ci.yml
@@ -4,6 +4,7 @@
 # global variables
 variables:
   CONDA_ENVS_PATH: "conda-env"
+  CONDA_BLD_PATH: "conda-env"
 
 
 # Definition of our build pipeline order
-- 
GitLab