Skip to content

Commit 61fb422

Browse files
author
HichamAz
authored
Merge pull request #91 from CanalTP/fix-artemis
[CI] Fix artemis
2 parents ddae083 + 5180e12 commit 61fb422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# Run binarisation
141141
- name: Run Artemis binarisation
142142
run: |
143-
docker run --rm -v "$PWD":/storage -v /var/run/docker.sock:/var/run/docker.sock navitia/mc_artemis_bina
143+
docker run --rm -v "$PWD":/storage -v /var/run/docker.sock:/var/run/docker.sock navitia/mc_bina
144144
145145
# Start dockers
146146
- name: Start dockers

0 commit comments

Comments
 (0)