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

- fixed dependency

parent 1cda1907
Branches
Tags
No related merge requests found
Pipeline #6959 failed
......@@ -72,6 +72,8 @@ perl-unit-test-job: # This job runs in the test stage.
- "docker"
script:
- prove -l t/
depends:
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.
......@@ -80,3 +82,5 @@ perl-quality-test-job: # This job runs in the test stage.
- "docker"
script:
- prove -l xt/
depends:
build-env-job
......@@ -45,6 +45,7 @@ RUN apt-get update; \
libregexp-optimizer-perl \
libsoap-lite-perl \
libsys-cpu-perl \
libtext-csv-perl \
libtext-csv-xs-perl \
&& rm -rf /var/lib/apt/lists/* \
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment