Update .gitlab-ci.yml

This commit is contained in:
Black Hat 2018-08-02 20:22:26 +00:00
parent baff46b452
commit 46bae07d4d
1 changed files with 3 additions and 1 deletions

View File

@ -4,10 +4,12 @@ stages:
- deploy
preparation-flatpak:
image: alpine/git
image: debian:latest
stage: preparation
before_script:
- mkdir tmp
- apt update
- apt install git
script:
- cd tmp
- git clone "https://$GIT_USERNAME:$GIT_PASSWORD@gitlab.com/b0/matrique-repo"