From d8f0527bbd1041c937634e7d68a3a5fe07bd774c Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Thu, 30 May 2024 11:51:08 +0300 Subject: [PATCH] .gitlab-ci.yml updated v4 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b19e3a35c..4618efea9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,4 @@ test: script: - cd clr_test - docker compose rm -f - - docker compose up --build --abort-on-container-exit --exit-code-from clearing_system + - docker compose up --force-recreate --build --abort-on-container-exit --exit-code-from clearing_system