summaryrefslogtreecommitdiff
path: root/.gitlab/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/test.yml')
-rw-r--r--.gitlab/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml
index 996f5b2..4d1f77e 100644
--- a/.gitlab/test.yml
+++ b/.gitlab/test.yml
@@ -43,6 +43,11 @@ unit:
variables:
RSPEC_DIR: spec/unit
+integration-c:
+ extends: .rspec
+ variables:
+ RSPEC_DIR: spec/integration/c
+
integration-dotnet:
extends: .rspec
variables: