diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 172db9a0..88d48401 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: python:alpine gitlab-ci-pre-commit: stage: build before_script: - - apk update && apk add git gcc musl-dev go + - apk add --no-cache git gcc musl-dev go - pip install pre-commit script: - pre-commit run --all-files --show-diff-on-failure