moved prep script back to script

This commit is contained in:
checktheroads 2019-06-16 20:35:16 -07:00
parent a446c5ac48
commit 95c7d74a2b

View file

@ -11,8 +11,8 @@ install:
- pip3 install -r requirements.txt
before_script:
- bash ./ci/check_code.sh
- python3 ./ci/ci_test_prepare.py &
script:
- python3 ./ci/ci_test_prepare.py &
- python3 ./ci/ci_test.py
after_script:
- bash ./ci/ci_commit.shs