Set RAILS_ENV: development for housekeeper job
This overrides the RAILS_ENV: test
set at the top of this file. That
is because housekeeper fails to run in test env due to webmock blocking
HTTP requests (see
https://ops.gitlab.net/gitlab-com/database-team/gitlab-com-database-testing/-/jobs/13733283
) . As such we need to override it.