Skip to content
Snippets Groups Projects
Commit 89d239fb authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Change image, do more by hand

parent 7930b947
No related branches found
No related tags found
No related merge requests found
---
image: quay.io/ansible/molecule:3.0.8
image: docker:stable-dind
services:
- docker:dind
variables:
GIT_DEPTH: "1"
PIP_CACHE_DIR: "$CI_PROJECT_DIR/pip-cache"
GIT_CLONE_PATH: $CI_BUILDS_DIR/kif.akplanning
cache:
paths:
- "$CI_PROJECT_DIR/pip-cache"
key: "$CI_PROJECT_ID"
before_script:
- apk add --no-cache
python3 python3-dev py3-pip gcc git curl build-base
autoconf automake py3-cryptography linux-headers
musl-dev libffi-dev openssl-dev openssh
- docker info
- python3 --version
- python3 -m pip install ansible molecule[docker] ansible-lint
- ansible --version
- molecule --version
molecule:
stage: test
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment