0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02: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"