From 5b5c88d568427da7f041e6b31417e1574a75e348 Mon Sep 17 00:00:00 2001
From: Sebastiaan van der Tol <tol@astron.nl>
Date: Wed, 19 Aug 2020 16:37:35 +0200
Subject: [PATCH] Change OSKAR respository back to main in CI/CD script

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28fa6ee3..92adc4f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,8 +80,7 @@ build-compare-oskar:
     # Install python requirements for the OSKAR "integration" test
     - pip3 install numpy==1.19.0 scipy h5py astropy tqdm matplotlib pandas lofarantpos
     - mkdir -p /opt/oskar/build
-    - cd /opt/oskar && git clone https://github.com/basvandertol/OSKAR.git
-    - cd OSKAR && git checkout fix-transformations
+    - cd /opt/oskar && git clone https://github.com/OxfordSKA/OSKAR.git
     - cd /opt/oskar/build
   script:
     # OSKAR cpp install
-- 
GitLab