From dff5d556e2fd212d47058be85e16fcdd8e18901e Mon Sep 17 00:00:00 2001 From: "zuev.sa" Date: Thu, 16 May 2024 11:44:52 +0000 Subject: [PATCH] Added static tests ci --- .gitlab-ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a643c95 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,21 @@ +stages: + - static_tests + +Static_tests: + stage: static_tests + image: python-build-odoo-dckr-rsync-geniso:2.0 + tags: + - platform_src_img + artifacts: + +reports: + when: always + paths: + - python_pkg/* + - bandit.html + - pylint/* + - urls_in_files.txt + - jshint_out.txt + script: + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ispras.ru/productteam/talismanplatform/modules/static_tests + - ./static_tests/static.sh bus \ No newline at end of file