From 84af8f8e13dfd368a65f1cfd37d12c615c634eb7 Mon Sep 17 00:00:00 2001 From: Aine Date: Mon, 24 Oct 2022 21:12:30 +0300 Subject: [PATCH] adjust base image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2854ab1..5bb494c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,13 @@ stages: lint: stage: test - image: registry.gitlab.com/etke.cc/base + image: registry.gitlab.com/etke.cc/base/build script: - make lint unit: stage: test - image: registry.gitlab.com/etke.cc/base + image: registry.gitlab.com/etke.cc/base/build script: - make test