putting flask script in nohup

This commit is contained in:
checktheroads 2019-06-16 20:14:08 -07:00
parent c18ebc9ca7
commit 37ff006a9b

View file

@ -12,7 +12,7 @@ install:
before_script:
- bash ./ci/check_code.sh
script:
- python3 ./ci/ci_test_prepare.py
- nohup python3 ./ci/ci_test_prepare.py &
- python3 ./ci/ci_test.py
after_script:
- bash ./ci/ci_commit.shs