Commit aebae401 authored by Rodriguez, Kelvin's avatar Rodriguez, Kelvin
Browse files

Update .gitlab-ci.yml file

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