diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e185886d183e2fdbfdc4487c739bf21a7b7ab4d..5aec521a8529f3ace3f8af7c2db342f0af27ce2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ - stages: - build - test @@ -6,8 +5,6 @@ stages: build: stage: build script: - - eval `ssh-agent -s` - - ssh-add ~/.ssh/id_rsa.pub - ssh -vvv git@gitlab.inria.fr - git submodule init - git submodule update