diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1df81182fdde6620a8152dc49601659c22d77a7..091ab73fecac28460fd6a600aa88e3be1cd7a32c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ clone_github: - rm -rf spiceql # Needed to allow multiple CI runs - git config --global user.name "${GIT_USER_NAME}" - git config --global user.email "${GIT_USER_EMAIL}" - - git clone --mirror https://github.com/DOI-USGS/SpiceQL spiceql + - git clone --mirror git@github.com:DOI-USGS/SpiceQL.git spiceql - cd spiceql - git remote remove origin - git remote add origin $DESTINATION_REPOSITORY