diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c26e168..4f7331a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,9 @@ stages: upload_to_server: stage: build - image: wiimarorg-updater:latest + image: wiimartorg-updater:latest tags: - shell - script: - - ls / - - ls /opt - - ./opt/WiiMartOrgSender.sh \ No newline at end of file + - ls /stuff + - /stuff/WiiMartOrgSender.sh \ No newline at end of file