From 6f0cb157b2adf19e48e52e81e9e949d4731b89d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Sun, 4 Aug 2019 16:46:50 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c66c11d..e82de87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ before_script:
 
 test_build_image:
   tags:
-  - dunitrust
+  - axiom-dev
   script:
     - docker build .
   except:
@@ -16,7 +16,7 @@ test_build_image:
 
 build_image:
   tags:
-  - dunitrust
+  - axiom-dev
   script:
     - docker pull "$CI_REGISTRY_IMAGE:latest" || true
     - docker build --cache-from "$CI_REGISTRY_IMAGE:latest" --pull -t "$CI_REGISTRY_IMAGE:$CI_BUILD_TAG" .
-- 
GitLab