From b2bbd4904e335b78c7e60da62d0085e779eae04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Gr=C3=B6ger?= <jonas.groeger_extern@fjd.de> Date: Tue, 8 Aug 2023 09:20:41 +0000 Subject: [PATCH] feat: use fit-connect/baseimage:latest where possible --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18f30d1..ddd30fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ stages: lint: stage: lint image: - name: $CI_REGISTRY/node:current-alpine + name: $CI_REGISTRY/fit-connect/baseimage:latest before_script: - yarn - yarn bundle @@ -30,7 +30,7 @@ lint: build: stage: build - image: $CI_REGISTRY/node:current-alpine + image: $CI_REGISTRY/fit-connect/baseimage:latest before_script: - yarn script: @@ -65,7 +65,7 @@ upload:release: test: stage: test - image: $CI_REGISTRY/node:current-alpine + image: $CI_REGISTRY/fit-connect/baseimage:latest before_script: - yarn - yarn bundle @@ -74,7 +74,7 @@ test: test-failing: stage: test - image: $CI_REGISTRY/node:current-alpine + image: $CI_REGISTRY/fit-connect/baseimage:latest before_script: - yarn - yarn bundle -- GitLab