Browse Source

Update .gitlab-ci.yml

merge-requests/12/head
Egor 5 years ago
parent
commit
bef7c19b1e
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      .gitlab-ci.yml

+ 2
- 4
.gitlab-ci.yml View File

@ -12,13 +12,11 @@ stages:
- build
- test
before_script:
- mix local.hex --force
- mix local.rebar --force
build:
stage: build
script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix compile --force


Loading…
Cancel
Save