Skip to content

Commit

Permalink
upd ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem committed Apr 5, 2022
1 parent 44c4f24 commit d0f5128
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testacceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pg_database_test: [chemotion_test]
pg_password: [123456]
container:
image: complat/complat-ubuntu-runner:development-5.9abbcea9.squashed
image: complat/complat-ubuntu-runner:development-5.44c4f24b
env:
HOME: /home/gitlab-runner

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pg_database: [chemotion_test]
pg_password: [123456]
container:
image: complat/complat-ubuntu-runner:development-5.9abbcea9.squashed
image: complat/complat-ubuntu-runner:development-5.44c4f24b
env:
HOME: /home/gitlab-runner

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pg_role: [chemotion_test]
pg_database: [chemotion_test]
container:
image: complat/complat-ubuntu-runner:development-5.9abbcea9.squashed
image: complat/complat-ubuntu-runner:development-5.44c4f24b
env:
HOME: /home/gitlab-runner

Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "complat/complat-ubuntu-runner:development-5.9abbcea9.squashed"
image: "complat/complat-ubuntu-runner:development-5.44c4f24b"

services:
- postgres:12-alpine
Expand Down

0 comments on commit d0f5128

Please sign in to comment.