diff --git a/.github/workflows/aliro_tests.yml b/.github/workflows/aliro_tests.yml index f205c9cf4..c0f1dad64 100644 --- a/.github/workflows/aliro_tests.yml +++ b/.github/workflows/aliro_tests.yml @@ -62,6 +62,7 @@ jobs: with: parallel: true flag-name: Unit Test for webapp + debug: true build_pypkg: name: Unit Tests for scikit-learn API @@ -90,6 +91,7 @@ jobs: with: parallel: true flag-name: Unit Test for scikit-learn api + debug: true coveralls_finish: name: Publish Coveralls diff --git a/docker/dbmongo/Dockerfile b/docker/dbmongo/Dockerfile index b3dae6d7a..656d0adb9 100644 --- a/docker/dbmongo/Dockerfile +++ b/docker/dbmongo/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build stage with all necessary files -FROM mongo:4.4.18 AS builder +FROM ubuntu:focal AS builder WORKDIR /opt/