Commit ba9df575 authored by Paquette, Adam Chance's avatar Paquette, Adam Chance
Browse files

Incorporated apt-get installs into container .gitlab-ci.yml file

parent 7df42598
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -17,10 +17,6 @@ stages:
unit-test-job: 
  stage: test
  script:
    - 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 -n autocnet_env
    - conda init
    - source /root/.bashrc