From 62d77d479f1982c0b70935a9041206ab557deef9 Mon Sep 17 00:00:00 2001
From: rlyu <rlyu@svi.edu.au>
Date: Thu, 21 Jan 2021 13:59:17 +1100
Subject: [PATCH] fix conflicts and getBase bug

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b4fba5..3a0130b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,5 +16,5 @@ buildStatic:
   image: svirlyu/sscocaller_nsb
   stage: buildStatic
   script:
-    - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o ./src/ -- --d:release --threads:on
+    - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o /builds/biocellgen-public/sscocaller/src/ -- --d:release --threads:on
 
-- 
GitLab