summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-06 15:18:57 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-09-08 10:31:56 -0500
commit7e866af139792969985b151cc6f9858ed4dce25d (patch)
tree5528a3df5f64d326f6e793b2dbad1201dc2cbffe
parentb5987a46676b9a78afcd540f703f6f3115774230 (diff)
downloadlibrsvg-7e866af139792969985b151cc6f9858ed4dce25d.tar.gz
CI: rename the "unit test" stage to "analysis"
It doesn't run unit tests anymore; it runs coverage and cargo bench.
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf1ea7ce..789454ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ stages:
- check
- build
- lint
- - unit test
+ - analysis
- acceptance test
- cross distro
- release
@@ -279,7 +279,7 @@ coverage:
- '.container.opensuse@x86_64.stable'
- .fdo.distribution-image@opensuse
- .cache
- stage: unit test
+ stage: analysis
needs:
- job: opensuse-container@x86_64.stable
- job: check
@@ -329,7 +329,7 @@ cargo_bench:
- '.container.opensuse@x86_64.stable'
- '.fdo.distribution-image@opensuse'
- '.cache'
- stage: unit test
+ stage: analysis
needs:
- job: check
script: |