From 246443cf5085b152893c018aa6d5a4a58e22a4a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 13 Apr 2021 19:32:51 +0200
Subject: [PATCH] CI: run Pkg.Registry.update() before Pkg.test()

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50f7289..18d9e66 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,4 +9,4 @@ stages:
 unit_tests:
   stage: test
   script:
-    - $JULIA --project=@. -e "import Pkg; Pkg.test()"
+    - $JULIA --project=@. -e "import Pkg; Pkg.Registry.update(); Pkg.test()"
-- 
GitLab