Update file .gitlab-ci.yml

This commit is contained in:
Administrator
2024-12-08 17:48:35 +00:00
parent 1dce5ab119
commit a6f95cab9d

8
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,8 @@
stages:
- test
test_job:
stage: test
script:
- echo "Hello, GitLab CI/CD!"
- echo "This is a simple test pipeline."