aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71fb104..2bf7d74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: 'python:3'
+image: 'python:3-alpine'
stages:
- deploy
@@ -10,3 +10,5 @@ deploy-job:
- echo "Application successfully deployed."
- pip install 'ansible<2.10'
- ansible --version
+ - git --version
+