From d270b31b471b366c9136f6c186c46080d0f4c237 Mon Sep 17 00:00:00 2001 From: Raphael Sturgis <raphael.sturgis@lis-lab.fr> Date: Mon, 1 Nov 2021 19:19:46 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6dc3e6..f7e3bcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ # run the test suite tests: stage: test + image: registry.gitlab.lis-lab.fr:5005/raphael.sturgis/skais only: - main - develop -- GitLab