From a57ba0ae6b134bddb26e32ace2b8357162d0b287 Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Thu, 30 May 2024 12:07:36 +0300 Subject: [PATCH] .gitlab-ci.yml updated v6 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 489278a5f..dc218b9d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,5 +24,5 @@ test: stage: test script: - cd clr_test - - docker compose build --no-cache - - docker compose up --abort-on-container-exit --exit-code-from clearing_system + - docker-compose down --volumes + - docker compose up --build --force-recreate --abort-on-container-exit --exit-code-from clearing_system