From 8868b6f1c2be567d95fcbbcb72b128967a14926c Mon Sep 17 00:00:00 2001 From: Frama-CI Bot <frama-ci-bot@frama-c.com> Date: Fri, 25 Nov 2022 10:17:02 +0100 Subject: [PATCH] Use Alpine image for checking git-lfs --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a40e352..c7548987 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,10 +34,12 @@ cache: git-lfs: stage: test script: - - git lfs fsck + - apk update + - apk add git-lfs + - git lfs fsck --pointers tags: - docker - image: datamachines/git-lfs:latest + image: alpine:3.16 test: stage: test -- GitLab