diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a0e1b4..9aa6660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,8 @@ basic-test: - testing script: - cd server/ - - cargo run -- -s& + - cargo run -- -s - fc_id=$! - - echo Sleeping to let cargo catch up - - sleep 3 - cd tests/ - bash ./main.sh body - kill ${fc_id}