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

- fixed dependency

parent 1cda1907
No related branches found
No related tags found
No related merge requests found
Pipeline #6959 failed
...@@ -72,6 +72,8 @@ perl-unit-test-job: # This job runs in the test stage. ...@@ -72,6 +72,8 @@ perl-unit-test-job: # This job runs in the test stage.
- "docker" - "docker"
script: script:
- prove -l t/ - prove -l t/
depends:
build-env-job
perl-quality-test-job: # This job runs in the test stage. 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. 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. ...@@ -80,3 +82,5 @@ perl-quality-test-job: # This job runs in the test stage.
- "docker" - "docker"
script: script:
- prove -l xt/ - prove -l xt/
depends:
build-env-job
...@@ -45,6 +45,7 @@ RUN apt-get update; \ ...@@ -45,6 +45,7 @@ RUN apt-get update; \
libregexp-optimizer-perl \ libregexp-optimizer-perl \
libsoap-lite-perl \ libsoap-lite-perl \
libsys-cpu-perl \ libsys-cpu-perl \
libtext-csv-perl \
libtext-csv-xs-perl \ libtext-csv-xs-perl \
&& rm -rf /var/lib/apt/lists/* \ && 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