Update .gitlab-ci.yml file
This commit is contained in:
parent
600411c91f
commit
8f2b44fca8
@ -1,8 +1,12 @@
|
|||||||
|
image: debian:bullseye
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install git docker docker-compose
|
||||||
# configure SSH keys
|
# configure SSH keys
|
||||||
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
|
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
Loading…
Reference in New Issue
Block a user