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

fixed syntax

parent 88d30cdd
No related branches found
No related tags found
No related merge requests found
Pipeline #6960 failed
......@@ -72,8 +72,8 @@ perl-unit-test-job: # This job runs in the test stage.
- "docker"
script:
- prove -l t/
depends:
build-env-job
dependencies:
- build-env-job
perl-quality-test-job: # This job runs in the test stage.
stage: pretest # It only starts when the job in the build stage completes successfully.
......@@ -82,5 +82,5 @@ perl-quality-test-job: # This job runs in the test stage.
- "docker"
script:
- prove -l xt/
depends:
build-env-job
dependencies:
- build-env-job
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment