Skip to content
Snippets Groups Projects
Verified Commit 6b40c03e authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- improved pipeline

parent 62a7686a
Branches
Tags
No related merge requests found
Pipeline #7876 failed
......@@ -2,7 +2,7 @@ stages: # List of stages for jobs, and their order of execution
- build
- pretest
- unittest
- install
- packaging
- secret_detection
variables:
......@@ -86,8 +86,8 @@ perl-quality-test-job: # This job runs in the test stage.
dependencies:
- build-env-job
install:
stage: install
create-debian-packages:
stage: packaging
timeout: 30m
tags:
- "docker"
......@@ -101,3 +101,6 @@ install:
EOD
- ls -lha ../
- cd ../ ; dh-make-perl ${CI_PROJECT_DIR}
dependencies:
- perl-unit-test-job
- perl-quality-test-job
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment