Coggle requires JavaScript to display documents.
Naeem
say_hello: image: alpine:latest script: - echo 'Hello World from alpine!'
stages: - test - build build: stage: build script: - cargo build test: stage: test