Browse Source

fixed GitLab build (#18144)

tags/2.0.36
Tobias Munk 4 years ago committed by GitHub
parent
commit
4dc7c7a6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -9,8 +9,7 @@ variables:
DOCKER_POSTGRES_IMAGE: postgres:9.3 DOCKER_POSTGRES_IMAGE: postgres:9.3
before_script: before_script:
- apk add --no-cache python py2-pip git - apk add --no-cache git curl docker-compose
- pip install --no-cache-dir docker-compose==1.16.0
- docker info - docker info
- cd tests - cd tests

Loading…
Cancel
Save