diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18f30d1846be3b79b766f1929f02405a15c78b31..ddd30fdb9c98510b4cd2a150bfe18f324ef03581 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