stages:
- build
rust-latest:
stage: build
image: rust:latest
script:
- cargo build --verbose
- ./test_db.sh
- cargo test --verbose