.gitlab-ci.yml updated v6

This commit is contained in:
Ivan Nikolaev-Axenov 2024-05-30 12:07:36 +03:00
parent 9dac139e25
commit a57ba0ae6b

View file

@ -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