From 9ccbd7b7a3dbb19316ef7ba5b1681aeb90a77c8d Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 10 Mar 2020 22:38:54 +0100 Subject: [PATCH] Fix image name of templater stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6c365f..239a04d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ publish: # - master description_templater: - image: python/3.8-alpine + image: python:3.8-alpine stage: build script: sh -e .utilities/templates/templater.sh only: