diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4c8c286e13f3de6aaaa6011b9f649c4adc0350a..c8127fd89dc164e6adf67dc388022136369b18de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ default: # exclude: # - .git/ # - datasets/.git/ - before_script: - - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git + before_script: + - git clone https://eicweb.phy.anl.gov/EIC/NPDet.git # - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install # - cd ../..