diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5b557c..7e565a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,12 @@ +image: 'python3' + stages: - deploy - deploy-job: stage: deploy script: - echo "Deploying application..." - echo "Application successfully deployed." + - pip install 'ansible<2.10' - ansible --version |
