diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cef25e320ed888d215605edb921c106c96f43ab9..a5134ffa98e22ac25de351128c13cc74f5822823 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"