Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,6 @@ 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 - mamba install gdal -y - echo "Code coverage is 90%" Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,6 @@ 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 - mamba install gdal -y - echo "Code coverage is 90%"