First test of a CI pipeline using.gitlab-ci.yml file

This commit is contained in:
2023-02-14 14:55:41 +00:00
parent a42cb07cf5
commit 3d4f909072

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
build-job:
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
test-job1:
stage: test
script:
- echo "This job tests something"