Update .gitlab-ci.yml file
This commit is contained in:
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
stages:
|
||||
- test
|
||||
|
||||
|
||||
test_job:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Hello, World!"
|
||||
Reference in New Issue
Block a user