Update .gitlab-ci.yml

This commit is contained in:
Blair Vanderlugt 2021-11-23 21:09:16 +00:00
parent a9c84bb2b1
commit dd709d7d47
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ version:
#image: python:3.7-stretch
image: registry.gitlab.com/grassrootseconomics/cic-base-images/ci-version:b01318ae
stage: version
tags:
- integration
script:
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
- ssh-keyscan gitlab.com >> ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts