From 03aad5498a1a2389e3db02eeb7d5cb496cb69a29 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Fri, 19 Jan 2024 21:06:25 +0300 Subject: [PATCH] gitlab-ci: Use custom reforis-image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbe5dd8..02aeb77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:16-alpine +image: registry.nic.cz/turris/reforis/reforis/reforis-image stages: - test @@ -6,7 +6,7 @@ stages: - publish before_script: - - apk add make + - apt-get update && apt-get install -y make - npm install test: