diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9abc29f..4c18a0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,4 +16,4 @@ Static_tests: - 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 mail \ No newline at end of file + - chmod +x ./static_tests/static.sh - ./static_tests/static.sh mail \ No newline at end of file