We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399dd50 commit 9efe1cdCopy full SHA for 9efe1cd
1 file changed
docker-compose.yml
@@ -6,8 +6,6 @@ services:
6
build:
7
context: ./
8
dockerfile: Dockerfile
9
- outputs:
10
- - type=docker
11
qsim-cxx-tests:
12
platform: linux/amd64
13
image: qsim-cxx-tests
@@ -16,7 +14,7 @@ services:
16
14
17
15
dockerfile: tests/Dockerfile
18
depends_on:
19
- - qsim
+ - qsim
20
qsim-py-tests:
21
22
image: qsim-py-tests
@@ -25,4 +23,4 @@ services:
25
23
26
24
dockerfile: pybind_interface/Dockerfile
27
28
0 commit comments