diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05aed6cc..6a765109 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ test: deploy-staging: stage: staging script: + - cd ./src - make deploy-staging rules: - if: '$CI_COMMIT_BRANCH == "main"'