Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/aliro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
with:
parallel: true
flag-name: Unit Test for scikit-learn api
debug: true

coveralls_finish:
name: Publish Coveralls
Expand Down
2 changes: 1 addition & 1 deletion docker/dbmongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down