From f8ee116ab09e10e0cfa539af4cbdee5904ecfee1 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axil@gitlab.com>
Date: Mon, 21 Mar 2022 10:07:47 +0000
Subject: [PATCH] Use busybox instead of Alpine

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6509db9..c5aad57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: alpine:latest
+image: busybox
 
 pages:
   stage: deploy
-- 
GitLab