From a7d8b95bc38feccd28be2d70c596b984ade47bbe Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 11 May 2022 23:48:42 +0200 Subject: [PATCH] Try older ubuntu version --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71fc04c..eab4274 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ build: - image: ubuntu:latest + image: ubuntu:20.04 stage: build script: - apt-get update @@ -13,7 +13,7 @@ build: deploy_production: type: deploy - image: ubuntu:latest + image: ubuntu:20.04 environment: name: production url: timer.itsblue.de