From 08e3c3acf40dd9271b93d6f22c456b329375173b Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Thu, 30 May 2024 12:42:56 +0300 Subject: [PATCH] .gitlab-ci.yml updated v14 --- clr_test/clearing-all/db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr_test/clearing-all/db/Dockerfile b/clr_test/clearing-all/db/Dockerfile index c3a4ac6cb..72e1d6cc0 100644 --- a/clr_test/clearing-all/db/Dockerfile +++ b/clr_test/clearing-all/db/Dockerfile @@ -2,4 +2,4 @@ FROM mirror.gcr.io/postgres:14.1-alpine ADD tables.sql /docker-entrypoint-initdb.d/ ADD export.sql /docker-entrypoint-initdb.d/ -ADD test-data.sql.sql /docker-entrypoint-initdb.d/ \ No newline at end of file +ADD test-data.sql /docker-entrypoint-initdb.d/ \ No newline at end of file