Split the system and unit tests into separate stages

(cherry picked from commit 008b73fb41)
This commit is contained in:
Ondřej Surý 2019-08-29 14:32:27 +02:00
parent 1d04597702
commit 76e8f7783d

View file

@ -17,7 +17,8 @@ variables:
stages:
- precheck
- build
- test
- system
- unit
- push
### Runner Tag Templates
@ -138,7 +139,7 @@ stages:
.system_test: &system_test_job
<<: *default_triggering_rules
stage: test
stage: system
retry: 2
before_script:
- *setup_interfaces
@ -160,7 +161,7 @@ stages:
.unit_test: &unit_test_job
<<: *default_triggering_rules
stage: test
stage: unit
before_script:
- *setup_softhsm
script: