From 9bdee61f1d228c413796493c554624251a32a012 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 11 Nov 2019 16:18:05 +0100 Subject: [PATCH] chore(gitlab ci): postgres i18n & npm update --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a5fff21e..910dfdda2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ variables: POSTGRES_DB: uniworx_test POSTGRES_USER: uniworx POSTGRES_PASSWORD: uniworx + POSTGRES_INITDB_ARGS: "--locale=de-DE --encoding=UTF-8" + TZ: Europe/Berlin stages: - setup @@ -31,6 +33,7 @@ npm install: - apt-get update -y - npm install -g n - n stable + - npm install -g npm artifacts: paths: - node_modules/