ci(gitlab-ci): trigger gitlab job template from awi_utils

This commit is contained in:
appel_c 2024-04-23 15:35:24 +02:00
parent db783455ec
commit 4ffeba4c3b

View File

@ -18,7 +18,8 @@ workflow:
include:
- template: Security/Secret-Detection.gitlab-ci.yml
- project: "bec/awi_utils"
file: "awi_utils/test_pkg_versions/.gitlab-ci-job-check-pkg.yml"
#commands to run in the Docker container before starting each job.
before_script:
@ -37,7 +38,7 @@ stages:
formatter:
stage: Formatter
before_script:
- ''
- ""
script:
- pip install black isort
- pip install -e .[dev]
@ -91,7 +92,7 @@ pylint-check:
secret_detection:
before_script:
- ''
- ""
pytest:
stage: test