Commit db95a7a5 authored by Paquette, Adam Chance's avatar Paquette, Adam Chance
Browse files

Moved wgets into script section rather than the before script section in .gitlab-ci.yml file

parent f9cd82b7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -16,11 +16,9 @@ stages:
  - test
unit-test-job:
  stage: test
  before_script:
  script:
    - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/B08_012650_1780_XN_02S046W.l1.cal.destriped.crop.cub" tests/test_subpixel_match/B08_012650_1780_XN_02S046W.l1.cal.destriped.crop.cub
    - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/D16_033458_1785_XN_01S046W.l1.cal.destriped.crop.cub" tests/test_subpixel_match/D16_033458_1785_XN_01S046W.l1.cal.destriped.crop.cub

  script:
    - mamba env create -f environment.yml -n autocnet_env
    - conda init
    - source /root/.bashrc