Memcached – setting up postgis on Gitlab CI
I've being trying to setup gitlab CI with my django project. The project uses postgis extension. After all this setup I still get the error that postgis.control file could not be found $ export PGPASSWORD=$POSTGRES_PASSWORD $ psql -c "CREATE EXTENSION…