diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9cab45..08541ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,13 +7,13 @@ Static_tests: tags: - platform_src_img artifacts: - 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 rating \ No newline at end of file + 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 rating \ No newline at end of file