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

- unified test-stages to stage "test"

parent cee8209c
No related branches found
No related tags found
No related merge requests found
Pipeline #10039 passed with warnings
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- build - build
- pretest - pretest
- unittest - test
- packaging - packaging
- secret_detection - secret_detection
...@@ -67,7 +67,7 @@ build-env-job: # This job runs in the build stage, which runs first. ...@@ -67,7 +67,7 @@ build-env-job: # This job runs in the build stage, which runs first.
--ignore-var-run --ignore-var-run
perl-unit-test-job: # This job runs in the test stage. perl-unit-test-job: # This job runs in the test stage.
stage: unittest # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.
timeout: 60m timeout: 60m
tags: tags:
- "docker" - "docker"
...@@ -175,6 +175,7 @@ create-debian-packages: ...@@ -175,6 +175,7 @@ create-debian-packages:
artifacts: artifacts:
paths: paths:
- artifacts/*.deb - artifacts/*.deb
include: include:
- template: Security/Secret-Detection.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment