.gitlab-ci.yml updated v23

This commit is contained in:
Ivan Nikolaev-Axenov 2024-05-30 15:05:57 +03:00
parent c288636bed
commit ba4374280d

View file

@ -18,13 +18,16 @@ build:
# - mvn --version
artifacts:
name: "$CI_COMMIT_REF_NAME"
expire_in: 1 week
paths:
- z-distr/target/clearing
- z-distr/target
test:
stage: test
script:
- cd clr_test
- docker ps --all
- docker images --all
- pwd
- ls -la ../z-distr/target/clearing
- docker-compose down --volumes