From d53100d99d76c6978bfc1ffeaa5226cefb602935 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Fri, 7 Oct 2022 17:02:03 +0200
Subject: [PATCH] add missing dependencies

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ca6e7bc57..656c7f847a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -591,6 +591,9 @@ test_postgres_14_compatibility:
     - postgres:14
 
 changelog_spelling:
+   image: debian
    stage: test
    script:
+      - apt-get update
+      - apt-get install -y aspell aspell-en
       - sh test_spelling.sh
-- 
GitLab