Commit 8ee31c9d authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Update .gitlab-ci.yml file

parent 69e975d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ unit-test-job: # This job runs in the test stage.
  script:
    - echo "Running unit tests... This will take about 60 seconds."
    - ls -lrt
    - mamba env update -f environment.yml 
    - mamba env update -f environment.yml --prefix /opt/conda/
    - pytest