Commit 6e1ea736 authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Update .gitlab-ci.yml file

parent 2d4ecff7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ unit-test-job: # This job runs in the test stage.
  stage: test    # It only starts when the job in the build stage completes successfully.
  script:
    - echo "Running unit tests... This will take about 60 seconds."
    - mamba install gdal -y
    - ls -lrt
    - mamba env create -f environment.yml -n autocnet 
    - conda activate autocnet
    - echo "Code coverage is 90%"