.gitlab-ci.yml updated v17

This commit is contained in:
Ivan Nikolaev-Axenov 2024-05-30 13:25:39 +03:00
parent ae230bf4dd
commit ad8c9e72c7

View file

@ -18,11 +18,13 @@ build:
artifacts:
name: "$CI_COMMIT_REF_NAME"
paths:
- z-distr/target/clearing/
- z-distr/target
test:
stage: test
script:
- cd clr_test
- ls ../z-distr/target/clearing/bin
- ls z-distr/target/clearing
- docker-compose down --volumes
- docker compose up --build --force-recreate --abort-on-container-exit --exit-code-from clearing_system