Skip to content
Snippets Groups Projects
Commit ece98c17 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: swap the order of build and test stages


The test stage runs one, non-cross compiled unit test job. The build
stage runs ten cross compiled build jobs. If unit tests fail all the
cross-building has gone to waste. Swap the order to detect issues
earlier.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent ea6f1fad
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
stages:
- compliance
- static
- build
- test
- build
- integration
include:
......
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