From 682e2b5cf457ea0dbcad760c534f186f9c1fd992 Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Mon, 8 Jan 2024 14:21:48 +0100
Subject: [PATCH] Update .gitlab-ci.yml file
---
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 834ac3da..09ad8dc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,6 +70,8 @@ Build_Windows:
Build_Linux:
only: ['web', 'schedules']
extends: .Build_Linux_
+ # override image from base script as there is no official 4.26 image
+ image: registry.git-ce.rwth-aachen.de/vr-vis/vr-group/unreal-development/unreal-docker-ci-images/4-26_linux
tags:
- linux
- unreal
--
GitLab