From 7d0d197cf5eaec40e437f33a8508be0f36477581 Mon Sep 17 00:00:00 2001
From: Oliver Facklam <oliver.facklam@polytechnique.edu>
Date: Sat, 13 Apr 2019 15:58:49 +0200
Subject: [PATCH] [Gitlab CI] connexion LDAP

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce0f1ae..821351a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,7 @@ tests:mocha:
     - echo '{"dn":"dn", "passwd":"passwd"}' >> ldap_credentials.json
     # set up to use ldap, not ldaps
     - export LDAP_URI=ldap://ldapdev.eleves.polytechnique.fr:389
+    - export LDAP_DN=uid=sigma,ou=services,dc=frankiz,dc=net
     - export TARGET_ENV=staging
     # in Kubernetes executor, hostname postgres is broken
     - export DB_HOST=127.0.0.1
-- 
GitLab