Commit 5cb49714 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:ambulance: fix(gitlab-ci): Add before script section in gitlab-ci to not...

:ambulance:

 fix(gitlab-ci): Add before script section in gitlab-ci to not reinstall non needed packages at each time

all section inside jobs should be intended right

Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 1 addition and 1 deletion
+1 -1
......@@ -10,7 +10,7 @@ create_perlcritic_rapport:
only:
- branches
- tags
before_script:
before_script:
- apt-get update -qq
- apt-get install -y -qq libperl-critic-perl
script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment