Commit 5ced092b authored by Sintal's avatar Sintal
Browse files

Update .gitlab-ci.yml

parent c3055712
Pipeline #3413 canceled with stages
......@@ -6,14 +6,14 @@ build-job:
test-job1:
stage: test
script:
- echo "this job tests fork"
- echo "this job tests fork1"
test-job2:
stage: test
script:
- echo "this job tests fork"
- echo "this job tests fork2"
deploy-prod:
stage: deploy
script:
- echo "this job tests fork"
- echo "this job tests fork3"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment