diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5c676e..a3494dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -252,6 +252,8 @@ test: --profile migrations --profile tests PODMAN_IGNORE_CGROUPSV1_WARNING: True + tags: + - self-hosted script: - dnf -y install podman podman-compose # - cp ./infrastructure/configs/podman/ci.conf /etc/containers/containers.conf diff --git a/compose.yaml b/compose.yaml index 8b160f9..3b4997a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -78,6 +78,8 @@ services: retries: 5 networks: - default + profiles: + - ml ports: - name: web target: 8081