From 551f94f4617b1c99587814ab10f247567de6dc2f Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Fri, 22 Sep 2017 13:33:47 +0200
Subject: [PATCH] correct $PATH

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

diff --git a/templates/gitlab-ci.yml b/templates/gitlab-ci.yml
index 09df082..b57372a 100644
--- a/templates/gitlab-ci.yml
+++ b/templates/gitlab-ci.yml
@@ -17,7 +17,7 @@ stages:
 .build_template: &build_job
   stage: build
   before_script:
-    - export PATH=$CONDA_FOLDER:$PATH
+    - export PATH=$CONDA_FOLDER/bin:$PATH
     - mkdir _ci
     - curl https://curl.haxx.se/ca/cacert.pem > _ci/cacert.pem
     - export CURL_CA_BUNDLE=`pwd`/_ci/cacert.pem
-- 
GitLab