Commit 69b19c3d authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Update .gitlab-ci.yml file

parent 8ee31c9d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ 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 --prefix /opt/conda/
    - mamba env update -f environment.yml 
    - bash -i /root/.bashrc
    - conda activate /autocnet
    - pytest