Skip to content
Snippets Groups Projects
Commit 4d0ef83d authored by Darius Schneider's avatar Darius Schneider
Browse files

Update gitlab-ci.yml

parent f011a6f6
No related branches found
No related tags found
No related merge requests found
...@@ -76,10 +76,11 @@ rails_test_all: ...@@ -76,10 +76,11 @@ rails_test_all:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432" POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432"
cache: # cache is too expensive atm, not enough memory
when: always # cache:
paths: # when: always
- vendor/bundle # paths:
# - vendor/bundle
artifacts: artifacts:
when: always when: always
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment