diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caf5886e8b56c090543b06570c2d5c96f808f140..7d52e7b5093815c9a7143e4507f2032501f877f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,3 +12,8 @@ linux-runner: - bin/make-dist.sh -I dist linux-4 - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log +osx-runner: + tags: + - osx + script: + - echo $PWD