Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
2274ca9d
Commit
2274ca9d
authored
May 24, 2019
by
remy
Browse files
test gitlab-ci with docker-compose image
parent
bd43f149
Pipeline
#192
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2274ca9d
stages
:
-
build
-
test
-
deploy
-
check
image
:
docker:latest
image
:
jonaskello/docker-and-compose:1.12.1-1.8.0
services
:
-
docker:dind
-
docker:
1.12.1-
dind
variables
:
# DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER
:
overlay2
before_script
:
-
apk add --no-cache py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
-
pip install docker-compose
#
before_script:
#
- apk add --no-cache py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
#
- pip install docker-compose
buildJob
:
stage
:
build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment