From 72f29f5cf8e68cd9026dc841ce0801ecfbadace5 Mon Sep 17 00:00:00 2001
From: Louis Navarre <navarre.louis@student.uclouvain.be>
Date: Tue, 28 Feb 2023 08:43:29 +0000
Subject: [PATCH] Add image for CI VM

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b75d7e..a9ffb54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@
 #
 # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
 
-# image: registry.forge.uclouvain.be/inl/containers/runner-python
+image: registry.forge.uclouvain.be/inl/containers/runner-python
 
 stages:          # List of stages for jobs, and their order of execution
   - test
-- 
GitLab