diff options
author | lain <lain@soykaf.club> | 2018-04-21 09:30:15 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-04-21 09:30:15 +0200 |
commit | 21510f6990e300117f68c5cfdfb0d4b2c7cedd18 (patch) | |
tree | bbe07ab1d54585c412ecdf9bd3b03a39bad8cdca | |
parent | 44a7789732ec1d5de518dfa8cbe1a44d29c5aa2b (diff) | |
download | pleroma-21510f6990e300117f68c5cfdfb0d4b2c7cedd18.tar.gz pleroma-21510f6990e300117f68c5cfdfb0d4b2c7cedd18.zip |
.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fbc87a61..35029c8f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: elixir:1.6.4-alpine +image: elixir:1.6.4 services: - postgres:9.6.2 @@ -13,8 +13,6 @@ stages: - test before_script: - - apk update git - - apk add git - mix local.hex --force - mix local.rebar --force - mix deps.get |