stages: - build Build: stage: build image: rust cache: key: global paths: - target script: - cargo build --verbose - ./target/debug/fortune-rs