diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f347f182c4b1a999e3aa7450f0269e75a564df1f..8e8b0c59898236e8b0837574415d24f9aed5bc36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ build: - macos only: - main + - dev script: - echo "Build Docker Container" - docker compose build @@ -18,6 +19,7 @@ run: - macos only: - main + - dev script: - echo "Run Docker Container" - - docker compose up -d \ No newline at end of file + - docker compose up -d