From f72fef247f1b0f51af3ea151f415888fc44cb1f1 Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Sun, 28 Jan 2024 21:33:35 +0000
Subject: [PATCH] Use srb2ci image

---
 .gitlab-ci.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cef25e320..a5134ffa9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ variables:
   BUILDTYPE: Release
 
 default:
-  image: mono:slim
+  image: git.do.srb2.org:5050/stjr/srb2ci/srb2ci:stable
 
   cache:
     - key: ccache-$CI_PROJECT_PATH_SLUG-$CI_JOB_NAME_SLUG
@@ -170,9 +170,6 @@ stages:
   - build
 
 Release:
-
-  image: mono:latest
-
   stage: build
 
   variables:
@@ -183,7 +180,7 @@ Release:
    - - |
           # apt_toolchain
           echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
-     - apt-get install clang
+     - apt-get install clang msbuild
      - |
           # apt_toolchain
           echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
-- 
GitLab