Skip to content
Snippets Groups Projects
Commit 8bbb4662 authored by BabyGrandpa's avatar BabyGrandpa
Browse files

Testing Pipeline, without a project present

parent 87df58f9
No related branches found
No related tags found
No related merge requests found
Pipeline #366954 passed
stages:
- build
- test
- deploy
build_job:
stage: build
script:
- echo "Building the project..."
- sleep 2
- echo "Build completed!"
test_job:
stage: test
script:
- echo "Running tests..."
- sleep 2
- echo "Tests passed!"
deploy_job:
stage: deploy
script:
- echo "Deploying application..."
- sleep 2
- echo "Deployment successful!"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment