Skip to content
Snippets Groups Projects
Commit 98bd9a86 authored by Yannick Perret's avatar Yannick Perret
Browse files

Update .gitlab-ci.yml

parent 6f76ec5b
No related branches found
No related tags found
No related merge requests found
Pipeline #9820 passed with stages
in 52 seconds
......@@ -15,22 +15,30 @@ after_script:
build1:
stage: build
tags:
- docker
script:
- echo "Do your build here"
test1:
stage: test
tags:
- docker
script:
- echo "Do a test here"
- echo "For example run a test suite"
test2:
stage: test
tags:
- docker
script:
- echo "Do another parallel test here"
- echo "For example run a lint test"
deploy1:
stage: deploy
tags:
- docker
script:
- echo "Do your deploy here"
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