diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 4ba0def..da362c0 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -29,7 +29,7 @@ steps: - mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql "Fill PostgresSQL": - image: *mysql_image + image: *postgres_image commands: - psql -U postgres -d test < tests/postgres_data.sql