From 03a84dbaf2212819cd28c3bcaa646b303a7aefa9 Mon Sep 17 00:00:00 2001
From: Lars Beckers <lars.beckers@rwth-aachen.de>
Date: Sat, 21 Sep 2019 20:09:47 +0200
Subject: [PATCH] change CI image naming

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f759f6c..f713d55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 ---
 
-image: stretch_python
+image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:buster
 
 before_script:
   - export LANG=en_US.UTF-8
-- 
GitLab