Skip to content
Snippets Groups Projects
Commit 726c65e1 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Trunk

parent cc75e46d
Branches
Tags
1 merge request!12Trunk
...@@ -16,15 +16,11 @@ stages: ...@@ -16,15 +16,11 @@ stages:
#### TEST SECTION #### TEST SECTION
test: test:
image: ${DOCKER_IMAGE} extends: .common
services:
- ${DIND_IMAGE}
stage: test stage: test
variables: variables:
GIT_STRATEGY: "none" GIT_STRATEGY: "none"
script: script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- alias drr="docker run --rm -v \${PWD}:\${PWD} -w \${PWD}"
- drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible --version - drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible --version
- drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost - drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible -m ping localhost
- drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible-lint --version - drr "${CI_REGISTRY_IMAGE}:temp-${CI_COMMIT_SHORT_SHA}" ansible-lint --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment