image: jimmycuadra/rust:latest stages: - test test: stage: test script: - cargo test --release only: - master tags: - rust allow_failure: false