diff options
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a3de5154..c6b7ddcee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -157,6 +157,20 @@ lint: except: - schedules +tests-wsl: + stage: test + variables: + LC_ALL: C.UTF-8 + LANG: C.UTF-8 + tags: + - wsl + before_script: + - mount + - df -h + + script: + - "${TEST_COMMAND}" + # Automatically build documentation for every commit, we want to know # if building documentation fails even if we're not deploying it. docs: |