gitlab CI: rename test stage to checks

This commit is contained in:
nodiscc
2023-02-17 15:38:45 +01:00
parent 3563896460
commit 489894bd99

View File

@@ -1,8 +1,9 @@
stages:
- test
- checks
- debianwiki
test:
checks:
stage: checks
image: ruby
before_script:
- gem install awesome_bot
@@ -16,6 +17,7 @@ test:
needs: []
debianwiki:
stage: debianwiki
image: debian:sid-slim
before_script:
- sed -i 's/main/main contrib non-free/g' /etc/apt/sources.list.d/debian.sources