aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-04-02 09:02:21 +0300
committerrinpatch <rinpatch@sdf.org>2019-04-02 09:02:21 +0300
commit7827b929fc9816f556dc352c572f6c2ed1f1e470 (patch)
treedec59b0b67ed98ca511dd74f7bffd05bf9ec799a
parent4861558b93e9ff063cd32b1cae30ec37d8d53211 (diff)
downloadpleroma-7827b929fc9816f556dc352c572f6c2ed1f1e470.tar.gz
huh
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d95ff7af..9f3e8568f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ before_script:
build:
stage: build
script:
- - mix deps.get --only test
+ - mix deps.get
- mix compile --force
docs_build: