Update .gitlab-ci.yml file

This commit is contained in:
Joey Hafner 2022-02-26 05:49:55 +00:00
parent f384bb6615
commit 5ba4002f93

View File

@ -4,7 +4,8 @@ stages:
before_script:
- apt-get -y update
- apt-get -y install git docker
- apt-get -y install git
- apt-get -y install docker
# configure SSH keys
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
- eval $(ssh-agent -s)