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

Update .gitlab-ci.yml file

parent feadaec6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,7 +22,12 @@ unit-test-job: # This job runs in the test stage.
  script:
    - echo "Running unit tests... This will take about 60 seconds."
    - ls -lrt
    - apt-get --allow-releaseinfo-change update -y
    - apt-get -y upgrade
    - apt-get install -y libgomp1
    - apt-get install -y libgl1-mesa-glx
    - mamba env create -f environment.yml --prefix /autocnet
    # - mamba create --prefix /autocnet python pytest

    - /autocnet/bin/pytest .