From 614960a98330dcbfb603adf71312265e76112437 Mon Sep 17 00:00:00 2001 From: Giovanne Marcelo <gms15@inf.ufpr.br> Date: Thu, 16 Feb 2017 20:18:09 -0200 Subject: [PATCH] add nodejs package to ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f06c95c3..c209ca6f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ before_script: - apt-get install default-jre postgresql-client -y - apt-get remove --purge --auto-remove redis-server -y - apt-get install redis-server -y + - apt-get install nodejs -y # official way to provide password to psql: http://www.postgresql.org/docs/9.3/static/libpq-envars.html - export PGPASSWORD=$POSTGRES_PASSWORD - psql -h "postgres" -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT 'OK' AS status;" -- GitLab