0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

ci: added security tests

This commit is contained in:
2023-07-13 18:48:12 +02:00
parent b790dd2d08
commit 81b6355932

View File

@ -6,10 +6,14 @@ image: $CI_DOCKER_REGISTRY/python:3.9
variables:
DOCKER_TLS_CERTDIR: ""
include:
- template: Security/Secret-Detection.gitlab-ci.yml
# different stages in the pipeline
stages:
- Formatter
- Unittests
- Test
- Deploy
formatter:
@ -35,7 +39,7 @@ pylint:
expire_in: 1 week
tests:
stage: Unittests
stage: Test
needs: []
variables:
QT_QPA_PLATFORM: "offscreen"