From 8e1e280d10df78b1deb7e77566daf38bd34213a1 Mon Sep 17 00:00:00 2001
From: Jana Zikova <487568@mail.muni.cz>
Date: Sat, 14 Nov 2020 23:42:58 +0100
Subject: [PATCH] Change source location of CI docker image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab8d7bc..59563cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 # Image with everything needed to run Cyber Sandbox Creator.
-image: ilyavarne/virtualbox-vagrant-ansible-python:debian
+image: registry.gitlab.ics.muni.cz:443/muni-kypo-csc/cyber-sandbox-creator:debian
 
 # Make sure that VirtualBox kernel modules are loaded and install Python dependencies.
 before_script:
-- 
GitLab