diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2a763c0..fcfd1be9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ before_script: - echo 'Running global before_script' - - bundle install --path vendor/bundle --jobs $(nproc) "${FLAGS[@]}" + - cd tests/platform-ci + - ./setup.sh stages: - syntax @@ -42,4 +43,4 @@ catalog: build: stage: build script: - - ./bin/ci-build.sh + - ./ci-build.sh |