Skip to content
Snippets Groups Projects
Commit 49dfec7d authored by Jakob Lund Johannessen's avatar Jakob Lund Johannessen
Browse files

test: output docker info

parent 6eeef9d2
No related branches found
No related tags found
No related merge requests found
Pipeline #167338 failed
...@@ -26,14 +26,12 @@ test: ...@@ -26,14 +26,12 @@ test:
test-ui: test-ui:
image: image:
name: docker/compose:latest name: docker:19.03.12
services:
- docker:dind
stage: test-ui stage: test-ui
script: script:
- docker-compose up -d - docker info
- exit 1
- npm ci - npm ci
- npm run cypress:run - npm run cypress:run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment