Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Docker
Ansible
Merge requests
!13
Trunk
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Trunk
trunk
into
master
Overview
0
Commits
7
Pipelines
2
Changes
2
Merged
Dmitriy Safronov
requested to merge
trunk
into
master
4 years ago
Overview
0
Commits
7
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
80ed143c
4 years ago
master (base)
and
latest version
latest version
ac4141a8
7 commits,
4 years ago
version 1
80ed143c
6 commits,
4 years ago
2 files
+
3
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
5
Options
@@ -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
Loading