diff --git a/.gitlab/ci/rails/shared.gitlab-ci.yml b/.gitlab/ci/rails/shared.gitlab-ci.yml index 2492b8f69ddce59d2fabbe3ee9a47c492c306e6e..aa5b7c33385e4a6b6fe47c99ebcfdf951c9b1ddf 100644 --- a/.gitlab/ci/rails/shared.gitlab-ci.yml +++ b/.gitlab/ci/rails/shared.gitlab-ci.yml @@ -67,7 +67,7 @@ include: extends: - .rails-job-base - .base-artifacts - # - .repo-from-artifacts # Comment this to clone instead of using artifacts + - .repo-from-artifacts # Comment this to clone instead of using artifacts stage: test variables: RUBY_GC_MALLOC_LIMIT: 67108864 diff --git a/.gitlab/ci/setup.gitlab-ci.yml b/.gitlab/ci/setup.gitlab-ci.yml index 934ddd2bffe3dd40f045f7c2e3bce182ca9418c5..a9ed562c9a840b99d59cf178e0cb9b6a1bd3315f 100644 --- a/.gitlab/ci/setup.gitlab-ci.yml +++ b/.gitlab/ci/setup.gitlab-ci.yml @@ -46,7 +46,7 @@ dont-interrupt-me: clone-gitlab-repo: extends: - .absolutely-predictive-job - rules: [when: never] # Uncomment this to clone instead of using artifacts + # rules: [when: never] # Uncomment this to clone instead of using artifacts stage: sync script: - echo OK