From d18adc47e43616b2228151fc346788286aff4b01 Mon Sep 17 00:00:00 2001
From: Benedikt Steinbusch <b.steinbusch@fz-juelich.de>
Date: Mon, 14 Nov 2022 13:14:39 +0100
Subject: [PATCH] specify image for test job

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7158fa8..58bba93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ default:
     - public-docker
 
 tests:
+  image: registry.jsc.fz-juelich.de/bsteinb/docker-images/mpi-omp-course-ci-latex:latest
   script:
     - cd tests && make
 
-- 
GitLab