diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30c4501..1e9ae59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,5 +17,6 @@ Static_tests: script: - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ispras.ru/productteam/talismanplatform/modules/static_tests - chmod +x ./static_tests/static.sh - - ./static_tests/static.sh mail - tar zcf artifacts.tar.gz python_pkg bandit.html pylint urls_in_files.txt jshint_out.txt + - ./static_tests/static.sh mail + - tar zcf artifacts.tar.gz python_pkg bandit.html pylint urls_in_files.txt jshint_out.txt - if [ ! -z "$MAIL_RECIPIENTS" ]; then python3 ./static_tests/send_mail.py; fi \ No newline at end of file