aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-28 20:19:07 -0700
committerGravatar Tom Willemse2019-03-28 20:24:54 -0700
commit68edabde0cda9faeb5df4eff1a3f0976039beb6f (patch)
treede3a656545b883a786eb839e75f3f1df2fa013ad /.gitlab-ci.yml
parent052fafd9de90cc2ba14cae184d35f32110233102 (diff)
downloademacs-config-68edabde0cda9faeb5df4eff1a3f0976039beb6f.tar.gz
emacs-config-68edabde0cda9faeb5df4eff1a3f0976039beb6f.zip
Move test dependencies out of Makefile
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e001702..2d0c02c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
test-oni-bookmark:
stage: test
- script: make test-oni-bookmark
+ script: make test-oni-bookmark DEPS="oni-data-dir"
test-oni-alert:
stage: test