forked from mirrors/thatmattlove-hyperglass
moved prep script to before_script with &
This commit is contained in:
parent
17e107388c
commit
a446c5ac48
1 changed files with 1 additions and 1 deletions
|
|
@ -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 > /dev/null
|
||||
- python3 ./ci/ci_test.py
|
||||
after_script:
|
||||
- bash ./ci/ci_commit.shs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue