diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af9d787a4224cfdf4ac9fed31071a1eaabd18162..359e23fda6ce7b390fdd79e94224d1eb1e543351 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest +image: eicweb.phy.anl.gov:4567/eic/npdet/npdet:latest default: artifacts: @@ -10,10 +10,10 @@ default: # exclude: # - .git/ # - datasets/.git/ - before_script: - - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git && mkdir NPDet/build - - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install - - cd ../.. + # before_script: + # - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git && mkdir NPDet/build + # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install + # - cd ../.. stages: - data_init