default: image: rust:latest compile: stage: build script: - cargo build unit-tests: stage: test script: - cargo test userlib-tests: stage: test script: - cargo run snippets/userlib.rls snippets/userlib-tests.rls