summaryrefslogtreecommitdiff
path: root/.gitlab/test.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-08 02:08:59 +0000
committermo khan <mo.khan@gmail.com>2020-03-08 02:08:59 +0000
commit61648bdbde2e241cf71538d5d5edcf0163ed7e71 (patch)
treeb5f4e0e484127b03934a8b4f6b002703342dfc5f /.gitlab/test.yml
parente769dd74f828631eef9b1135653037a31fa1700b (diff)
Fix integration jobs
Diffstat (limited to '.gitlab/test.yml')
-rw-r--r--.gitlab/test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml
index 79be13e..5324563 100644
--- a/.gitlab/test.yml
+++ b/.gitlab/test.yml
@@ -20,7 +20,7 @@ lint:
stage: test
script:
- echo $RSPEC_DIR
- - ./bin/test $RSPEC_DIR --format RspecJunitFormatter --out rspec.xml
+ - ./bin/test $RSPEC_DIR --format- RspecJunitFormatter --out rspec.xml
artifacts:
paths:
- rspec.xml
@@ -32,6 +32,8 @@ lint:
image:
name: $TMP_IMAGE
entrypoint: [""]
+ script:
+ - bash -lc './bin/test $RSPEC_DIR'
unit:
extends: .rspec