Update .gitlab-ci.yml file

This commit is contained in:
Smile Rex
2025-07-20 19:52:21 +00:00
parent f2ce41360b
commit 8979a2c5a4

8
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,8 @@
stages:
- test
test_job:
stage: test
script:
- echo "Hello, World!"