try to connect to redis in gitlab-ci

This commit is contained in:
Julien Fastré 2021-04-27 17:57:09 +02:00
parent f47b15de39
commit 5f4d513aa6

View File

@ -10,7 +10,7 @@ before_script:
# add extensions to postgres # 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;" - 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 # copy base parameters
- cp .env.dist .env - cp tests/app/.env.dist tests/app/.env
# Install and run Composer # Install and run Composer
- curl -sS https://getcomposer.org/installer | php - curl -sS https://getcomposer.org/installer | php
- php composer.phar install - php composer.phar install