chore(gitlab ci): postgres i18n & npm update

This commit is contained in:
Gregor Kleen 2019-11-11 16:18:05 +01:00
parent a2c6c48af6
commit 9bdee61f1d

View File

@ -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/