ci: fix dep and add CI JOB for package dep checks

This commit is contained in:
2024-05-07 15:20:48 +02:00
parent 3415ae2007
commit d89f8b8756
2 changed files with 12 additions and 7 deletions

View File

@@ -28,8 +28,13 @@ 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"
- project: "bec/awi_utils"
file: "/templates/check-packages-job.yml"
inputs:
stage: test
path: "."
pytest_args: "-v --random-order tests/"
exclude_packages: ""
#commands to run in the Docker container before starting each job.
before_script: