diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa0db26e7e97aa947df8be980f2daf994d6aa6bb..4058a78d9f67918842d00d32d30168d80cb37f6d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ node:
   stage: build
   parallel:
     matrix:
-      - VERSION: ['12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim','18-stretch-slim']
+      - VERSION: ['18-slim','20-slim']
   script:
     - docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} .
     - docker push $CI_REGISTRY_IMAGE:${VERSION}