1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00

ci: fixed stage name

This commit is contained in:
2023-07-13 18:49:07 +02:00
parent 81b6355932
commit 004faecc69

View File

@@ -13,7 +13,7 @@ include:
# different stages in the pipeline
stages:
- Formatter
- Test
- test
- Deploy
formatter:
@@ -39,7 +39,7 @@ pylint:
expire_in: 1 week
tests:
stage: Test
stage: test
needs: []
variables:
QT_QPA_PLATFORM: "offscreen"