This commit is contained in:
rinpatch 2019-04-02 09:02:21 +03:00
parent 4861558b93
commit 7827b929fc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ before_script:
build:
stage: build
script:
- mix deps.get --only test
- mix deps.get
- mix compile --force
docs_build: