.gitlab-ci.yml updated v80

This commit is contained in:
Ivan Nikolaev-Axenov 2024-07-01 17:33:04 +03:00
parent 9df219c164
commit 860ed422bf

View file

@ -45,6 +45,7 @@ test:
paths:
- $CI_PROJECT_DIR/clr_test/mnt
script:
- echo $CI_PROJECT_DIR
- echo "Installing maven and python" && apk update && apk add maven python3
- cd clr_test
# - echo "Copying jar files to clearing-all/bin" && cp -r /builds/mfd/clearing/z-distr/target/clearing/bin ./clearing-all/bin