aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2019-08-18 21:32:52 +0200
committerRobert Helgesson <robert@rycee.net>2019-08-18 21:33:56 +0200
commit8830b8d0828752c8a8f54f13b917c33e4a5a753b (patch)
tree0724d896e80198ea8919a57a11a670371ea6e0e1 /.gitlab-ci.yml
parent73641e492c2d761676110d52eb15607b308b5e70 (diff)
gitlab-ci: only run a single test
Unfortunately the full test suite seems to run out of memory on the GitLab CI runner.
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 2073da3869c..e94c3cd58b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
Run tests:
stage: test
script:
- - nix-shell tests -A run.all
+ - nix-shell tests -A run.files-text
only:
- master