From 2e935fd78bddade6421b03e362d690f81d5c31b0 Mon Sep 17 00:00:00 2001
From: acrovato <a.crovato@uliege.be>
Date: Fri, 18 Sep 2020 16:42:04 +0200
Subject: [PATCH] Fix CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 210887c..819c9ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ stages:
     - test
 
 build:
-    image: rboman/waves-py3:2020.3
+    <<: *global_tag_def
     stage: build
     script:
         - printenv | sort
@@ -42,6 +42,7 @@ build:
         expire_in: 1 hour
             
 doxygen:
+    <<: *global_tag_def
     stage: test
     script:
         - cd build
@@ -54,7 +55,7 @@ doxygen:
         - build
 
 ctest:
-    image: rboman/waves-py3:2020.3
+    <<: *global_tag_def
     stage: test
     script:
         - cd build
-- 
GitLab