diff options
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 914ffdd5..1d1c725f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ -#before_script: - #- echo 'Running global before_script' - #- ruby -v - #- bundle install --path vendor/bundle --jobs $(nproc) "${FLAGS[@]}" - #- git submodule update --init +before_script: + - echo 'Running global before_script' + - ruby -v + - bundle install --path vendor/bundle --jobs $(nproc) "${FLAGS[@]}" + - git submodule update --init stages: - syntax |