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