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

- fixed job dependency

parent 845e2e82
Branches
Tags
No related merge requests found
Pipeline #6933 failed
...@@ -75,7 +75,7 @@ build-env-job: # This job runs in the build stage, which runs first. ...@@ -75,7 +75,7 @@ build-env-job: # This job runs in the build stage, which runs first.
--use-new-run --use-new-run
--ignore-var-run --ignore-var-run
dependencies: dependencies:
- build-pre-job - prebuild-test
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: unittest # It only starts when the job in the build stage completes successfully.
...@@ -92,4 +92,3 @@ perl-quality-test-job: # This job runs in the test stage. ...@@ -92,4 +92,3 @@ perl-quality-test-job: # This job runs in the test stage.
- "docker" - "docker"
script: script:
- prove -l xt/ - prove -l xt/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment