.gitlab-ci.yml: install exiftool

This commit is contained in:
Aminda Suomalainen 2023-06-04 12:06:43 +03:00
parent 582936f2e9
commit d2f647cedc
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: python:alpine
gitlab-ci-pre-commit:
stage: build
before_script:
- apk add --no-cache git gcc musl-dev go
- apk add --no-cache git gcc musl-dev go exiftool
- pip install pre-commit
script:
- pre-commit run --all-files --show-diff-on-failure