From 5c931e678047f21b06d5d35078dc5e93163713fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Seb=20Kon=C3=A9?= Date: Mon, 10 Aug 2026 16:43:52 +0200 Subject: [PATCH] test pipe --- gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gitlab-ci.yml diff --git a/gitlab-ci.yml b/gitlab-ci.yml new file mode 100644 index 0000000..f2ef402 --- /dev/null +++ b/gitlab-ci.yml @@ -0,0 +1,8 @@ +stages: + - test + +hello_job: + stage: test + image: alpine:latest + script: + - echo "hello world"