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 ...@@ -2,7 +2,7 @@ stages: # List of stages for jobs, and their order of execution
- build - build
- pretest - pretest
- unittest - unittest
- install - packaging
- secret_detection - secret_detection
variables: variables:
...@@ -86,8 +86,8 @@ perl-quality-test-job: # This job runs in the test stage. ...@@ -86,8 +86,8 @@ perl-quality-test-job: # This job runs in the test stage.
dependencies: dependencies:
- build-env-job - build-env-job
install: create-debian-packages:
stage: install stage: packaging
timeout: 30m timeout: 30m
tags: tags:
- "docker" - "docker"
...@@ -101,3 +101,6 @@ install: ...@@ -101,3 +101,6 @@ install:
EOD EOD
- ls -lha ../ - ls -lha ../
- cd ../ ; dh-make-perl ${CI_PROJECT_DIR} - 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