aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2021-04-28 11:12:21 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2021-04-28 11:12:21 +0100
commit6acc0d9d674f065f8d4278b333ab924c42cbdd88 (patch)
tree744c4dd4a984de48f245795232e05d52ca5c8dc8 /.gitlab-ci.yml
parentc828fb3b2988d2d8e9fe603608ee5c7be42daf3e (diff)
downloadorg-drill-6acc0d9d674f065f8d4278b333ab924c42cbdd88.tar.gz
org-drill-6acc0d9d674f065f8d4278b333ab924c42cbdd88.zip
Update docker images
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0214174..94d4468 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,4 +2,5 @@ image: "silex/emacs:27.2-dev"
test:
script:
- - make test
+ - git clone https://github.com/cask/cask ~/.cask
+ - PATH=$HOME/.cask/bin:$PATH make test