diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-02 18:09:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-11-02 18:09:03 +0000 |
commit | 77cf68da37567a0432108d6755b6c7578e5b7dc8 (patch) | |
tree | 085a37f204211082141af285f866c6c99beb7f25 /qa/Dockerfile | |
parent | 215cb099344f3e59304064c9fffea9c3489d31c0 (diff) | |
download | gitlab-ce-77cf68da37567a0432108d6755b6c7578e5b7dc8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Dockerfile')
-rw-r--r-- | qa/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile index 2f675cd71f0..925c9758450 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -65,7 +65,7 @@ COPY VERSION ./ee/app/models/license.r[b] /home/gitlab/ee/app/models/ COPY ./lib/gitlab.rb /home/gitlab/lib/ COPY ./lib/gitlab/utils.rb /home/gitlab/lib/gitlab/ COPY ./INSTALLATION_TYPE ./VERSION /home/gitlab/ -RUN cd /home/gitlab/qa/ && gem install bundler:1.17.3 && bundle install --jobs=$(nproc) --retry=3 --without=development --quiet +RUN cd /home/gitlab/qa/ && bundle install --jobs=$(nproc) --retry=3 --without=development --quiet COPY ./qa /home/gitlab/qa ENTRYPOINT ["bin/test"] |