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

Update .gitlab-ci.yml file

parent 83a092c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ unit-test-job: # This job runs in the test stage.
    - ls -lrt
    - mamba env create -f environment.yml --prefix /autocnet 
    - conda init bash 
    - source ~/.bashrc
    - source /root/.bashrc
    - conda activate /autocnet
    - pytest