.gitlab-ci.yml updated v91

This commit is contained in:
Ivan Nikolaev-Axenov 2024-07-02 11:37:55 +03:00
parent 1058719aac
commit a5ee992c9b

View file

@ -42,8 +42,10 @@ test:
CLR_TEST_DIR: "/builds/mfd/clearing/clr_test"
RESULT_FILES_DIR: "/builds/mfd/clearing/clr_test/result-files"
artifacts:
untracked: true
expire_in: 1 day
paths:
- /builds/mfd/clearing/clr_test/mnt
- clr_test/mnt/
script:
- pwd
- echo "Installing maven and python" && apk update && apk add maven python3