From 5f4d513aa67ab53d402e446a8450e3724565faa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 27 Apr 2021 17:57:09 +0200 Subject: [PATCH] try to connect to redis in gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fda78d557..eb20532c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ before_script: # add extensions to postgres - PGPASSWORD=$POSTGRES_PASSWORD psql -U $POSTGRES_USER -h db -c "CREATE EXTENSION IF NOT EXISTS unaccent; CREATE EXTENSION IF NOT EXISTS pg_trgm;" # copy base parameters - - cp .env.dist .env + - cp tests/app/.env.dist tests/app/.env # Install and run Composer - curl -sS https://getcomposer.org/installer | php - php composer.phar install