Split the system and unit tests into separate stages

(cherry picked from commit 008b73fb41)
(cherry picked from commit 76e8f7783d)
This commit is contained in:
Ondřej Surý
2019-08-29 16:03:24 +02:00
parent fe8579592f
commit 10fcfe65fe
+4 -3
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: