From 2238b4e877c19c9223885f1cbb1ac2c990cd11c1 Mon Sep 17 00:00:00 2001
From: Klaas <kliffen@astron.nl>
Date: Wed, 1 Jun 2022 13:27:19 +0200
Subject: [PATCH] Fix docker image version

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62420be..c036536 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 default:
-  image: python3.10-slim
+  image: python:3.10-slim
 
 stages:
   - lint
-- 
GitLab