Skip to content
Snippets Groups Projects
Commit 4d4810f0 authored by Daniele Tavagnacco's avatar Daniele Tavagnacco
Browse files

Update .gitlab-ci.yml file

parent 41ce9b5d
No related branches found
No related tags found
No related merge requests found
Pipeline #26461 passed
stages: stages:
stages:
- build # section name of the CI pipeline - build # section name of the CI pipeline
- test # other section executed AFTER 'build' - test # other section executed AFTER 'build'
...@@ -28,3 +29,4 @@ test_job_2: ...@@ -28,3 +29,4 @@ test_job_2:
- echo "Running more tests in group 2..." - echo "Running more tests in group 2..."
- sleep 5 - sleep 5
- echo "Testing complete." - echo "Testing complete."
needs: [test_job_1] # mark this step to be executed AFTER "test_job_1"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment