summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
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-06 15:18:57 -0500
commitd3afb866a75d21e19e514065c90a48fa5c8038de (patch)
treeeaa65d1ae81e9d18a7e9c87de5e632f37f909889 /.gitlab-ci.yml
parent06903ce183c06189c7331b94855d5eb60f318857 (diff)
downloadlibrsvg-d3afb866a75d21e19e514065c90a48fa5c8038de.tar.gz
CI: rename the "unit test" stage to "analysis"
It doesn't run unit tests anymore; it runs coverage and cargo bench. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/742>
Diffstat (limited to '.gitlab-ci.yml')
-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: |