From e2ad7a9fd238c126c5298d8a987ec6636306608d Mon Sep 17 00:00:00 2001
From: Lars Beckers <larsb@fsmpi.rwth-aachen.de>
Date: Thu, 9 May 2019 16:10:34 +0200
Subject: [PATCH] Move CI to new container images

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4849b4..8523402 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: stretch_packages
+image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-packages:stretch
 
 stages:
   - build
-- 
GitLab