Commit 2e5ac293 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Update .gitlab-ci.yml file

parent 5d320419
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stages:
unit-test-job:
  stage: test
  script:
    - mamba install -f test_requirements.txt
    - mamba install --file test_requirements.txt
    - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/B08_012650_1780_XN_02S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/
    - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/D16_033458_1785_XN_01S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/
    - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/J04_046447_1777_XI_02S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/
@@ -41,7 +41,7 @@ unit-test-job:
doc-build-and-deploy:
  stage: test 
  script:
    - mamba install -f doc_requirements.txt
    - mamba install --file doc_requirements.txt
    - cd docs 
    - ls
    - make html