open5gs/.gitlab-ci.yml
2023-12-15 12:31:31 +02:00

20 lines
514 B
YAML

variables:
GITLAB_SHARED_RUNNER: rubik
build-job:
tags:
- $GITLAB_SHARED_RUNNER
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN! The runner with name rubik works fine, without any problems"
test-job1:
tags:
- $GITLAB_SHARED_RUNNER
stage: test
script:
- echo "This job tests something. The runner with name rubik works fine, without any problems"
job_small:
script:
- echo "this job runs on the default (small) Linux instance. This runner wors fine. Without any problems"