From a6f95cab9d6d5071bb6c2c910b7cb662ab164570 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 8 Dec 2024 17:48:35 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .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..fa6ca8c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +stages: + - test + +test_job: + stage: test + script: + - echo "Hello, GitLab CI/CD!" + - echo "This is a simple test pipeline."