Files
Seb-test/gitlab-ci.yml
T
2026-08-10 16:43:52 +02:00

9 lines
101 B
YAML

stages:
- test
hello_job:
stage: test
image: alpine:latest
script:
- echo "hello world"