Skip to content

Commit 4dc7c7a

Browse files
authored
fixed GitLab build (#18144)
1 parent 3ff6c9b commit 4dc7c7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ variables:
99
DOCKER_POSTGRES_IMAGE: postgres:9.3
1010

1111
before_script:
12-
- apk add --no-cache python py2-pip git
13-
- pip install --no-cache-dir docker-compose==1.16.0
12+
- apk add --no-cache git curl docker-compose
1413
- docker info
1514
- cd tests
1615

0 commit comments

Comments
 (0)