Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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 . Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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 .