Files
timelapse-common/.gitlab-ci.yml
2024-12-08 17:48:35 +00:00

9 lines
139 B
YAML

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