diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7800c37..895a4d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,11 +10,6 @@ # See https://docs.gitlab.com/ee/ci/yaml/index.html for all available options # you can delete this line if you're not using Docker -image: busybox:latest - -before_script: - - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts - - chmod 644 ~/.ssh/known_hosts firefox: stage: build