From aa91d5ca867a5d440d638b23bf361203028211e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oliv=C3=A9r=20FACKLAM?= <oliver.facklam@polytechnique.edu>
Date: Sat, 30 Mar 2019 09:18:22 +0100
Subject: [PATCH] [Gitlab CI] correction knex

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01b970d..66cfd60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ services:
 variables:
   POSTGRES_DB: sigma_staging
   POSTGRES_USER: sigma
-  POSTGRES_PASSWORD: "sigma_pw"
+  POSTGRES_PASSWORD: "sigmapw"
 
 # This folder is cached between builds
 cache:
@@ -37,7 +37,7 @@ build:transpile:
 tests:mocha:
   stage: tests
   script:
-    - npm ci
+    - npm ci && npm i -g knex
     - echo '{"dn":"dn", "passwd":"passwd"}' >> ldap_credentials.json
     - export TARGET_ENV=staging
     - export DB_HOST=postgres
-- 
GitLab