From eab7037e65e27fc2ad1c15c3a9d1ffd0011c894f Mon Sep 17 00:00:00 2001
From: Noam Ross <ross@ecohealthalliance.org>
Date: Mon, 23 Sep 2019 17:41:47 -0400
Subject: [PATCH] Correct make path

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3fa802..b2cfce3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ run-drake:
   before_script:
     - Rscript -e "remotes::install_deps()"
   script:
-    - make.R
+    - ./make.R
   when: always
 
 
-- 
GitLab