Skip to content

[FIX] Pull the postgresql image again just in case the cleaner deleted it before the CI.

Some time the autoclean is excuted just before the CI have time to run the tests in which case an exception is shown, now we pull the image just before the postgresql container is created to avoid this. A better message is shown just in case the postgresql image is now properly set.

I have no idea how to test this because is a border case that only occurs when the autoclean is excecuted between the test steps

Merge request reports