diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e451d797ee0ba1fd4ded534b5448d0f935580d1e..28fa6ee3ee0d33b7731357814dcabb4fe6573176 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,9 +78,10 @@ build-compare-oskar: before_script: - apt-get -y install python3-pip # Install python requirements for the OSKAR "integration" test - - pip3 install numpy==1.19.0 scipy h5py astropy tqdm matplotlib + - 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/OxfordSKA/OSKAR.git + - cd /opt/oskar && git clone https://github.com/basvandertol/OSKAR.git + - cd OSKAR && git checkout fix-transformations - cd /opt/oskar/build script: # OSKAR cpp install @@ -96,8 +97,8 @@ build-compare-oskar: - cd /opt/everybeam/build - make VERBOSE=1 comparison-oskar-basefunctions # Run OSKAR stationresponse comparison - - export NPIXELS=32 && TOLERANCE=1e-5 - - make VERBOSE=1 comparison-oskar-stationresponse + - export NPIXELS=32 TOLERANCE=1e-5 + - make VERBOSE=1 comparison-oskar-station-response deploy-doc: stage: deploy