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: ...@@ -15,22 +15,30 @@ after_script:
build1: build1:
stage: build stage: build
tags:
- docker
script: script:
- echo "Do your build here" - echo "Do your build here"
test1: test1:
stage: test stage: test
tags:
- docker
script: script:
- echo "Do a test here" - echo "Do a test here"
- echo "For example run a test suite" - echo "For example run a test suite"
test2: test2:
stage: test stage: test
tags:
- docker
script: script:
- echo "Do another parallel test here" - echo "Do another parallel test here"
- echo "For example run a lint test" - echo "For example run a lint test"
deploy1: deploy1:
stage: deploy stage: deploy
tags:
- docker
script: script:
- echo "Do your deploy here" - 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