.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 # - mvn --version
artifacts: artifacts:
name: "$CI_COMMIT_REF_NAME" name: "$CI_COMMIT_REF_NAME"
expire_in: 1 week
paths: paths:
- z-distr/target/clearing - z-distr/target
test: test:
stage: test stage: test
script: script:
- cd clr_test - cd clr_test
- docker ps --all
- docker images --all
- pwd - pwd
- ls -la ../z-distr/target/clearing - ls -la ../z-distr/target/clearing
- docker-compose down --volumes - docker-compose down --volumes