Update .gitlab-ci.yml file

indiachan-spamvector
Thomas Lynch 2 years ago
parent 467983fe06
commit 4f3cea2327
  1. 2
      .gitlab-ci.yml

@ -26,7 +26,7 @@ unit-tests:
rules: rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
before_script: before_script:
- apt-get update -y && apt-get install -y libfontconfig1 - apt-get update -y && apt-get install -y imagemagick libfontconfig1
script: script:
- 'npm install' - 'npm install'
- 'npm install jest -g' - 'npm install jest -g'

Loading…
Cancel
Save