diff options
| -rw-r--r-- | .gitlab/test.yml | 4 |
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 |
