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: include:
- template: Security/Secret-Detection.gitlab-ci.yml - 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. #commands to run in the Docker container before starting each job.
before_script: before_script:
@ -37,7 +38,7 @@ stages:
formatter: formatter:
stage: Formatter stage: Formatter
before_script: before_script:
- '' - ""
script: script:
- pip install black isort - pip install black isort
- pip install -e .[dev] - pip install -e .[dev]
@ -91,7 +92,7 @@ pylint-check:
secret_detection: secret_detection:
before_script: before_script:
- '' - ""
pytest: pytest:
stage: test stage: test