From 160660878ca50cb5a560e1ac56a0faa1f03d3e81 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 26 Feb 2022 03:12:35 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- homelab/.gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homelab/.gitlab-ci.yml b/homelab/.gitlab-ci.yml index 5b9f9daf..2d5710e7 100644 --- a/homelab/.gitlab-ci.yml +++ b/homelab/.gitlab-ci.yml @@ -1,8 +1,12 @@ +image: debian:bullseye + stages: - test - deploy before_script: + - apt-get update + - apt-get install git docker docker-compose # configure SSH keys - 'which ssh-agent || ( apt-get install -qq openssh-client )' - eval $(ssh-agent -s)