From 554c63b1280e340c47c4662106507fde3db1f9b9 Mon Sep 17 00:00:00 2001
From: Liuxi Mei <liume102@student.liu.se>
Date: Mon, 23 Sep 2024 21:52:46 +0000
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 962a43d..b1baf60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ building:
   stage: build
   script:
     - Rscript -e 'install.packages("remotes")'
+    - Rscript -e 'install.packages("devtools")'
     - R -e "remotes::install_deps(dependencies = TRUE)"
     - R -e 'devtools::check()'
 
-- 
GitLab