Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!223
Something went wrong on our end
Release of version 1.4.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Release of version 1.4.0
dev
into
master
Overview
0
Commits
781
Pipelines
0
Changes
1
Merged
Release of version 1.4.0
Martin Weise
requested to merge
dev
into
master
Jan 7, 2024
Overview
0
Commits
781
Pipelines
0
Changes
1
Version 1.4.0
Edited
Jan 19, 2024
by
Martin Weise
0
0
Merge request reports
Viewing commit
5cc849fb
Prev
Next
Show latest version
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
5cc849fb
Need pipenv
· 5cc849fb
Martin Weise
authored
Jan 7, 2024
.gitlab-ci.yml
+
2
−
1
View file @ 5cc849fb
Edit in single-file editor
Open in Web IDE
Show full file
@@ -30,7 +30,8 @@ build-analyse-service:
@@ -30,7 +30,8 @@ build-analyse-service:
image
:
python:3.9-slim
image
:
python:3.9-slim
stage
:
build
stage
:
build
script
:
script
:
-
"
pip
install
-r
./dbrepo-analyse-service/requirements.txt"
-
apt-get update && apt-get install -y pipenv
-
"
PIPENV_PIPFILE=./dbrepo-analyse-service/Pipfile
pipenv
install
--dev"
build-data-service
:
build-data-service
:
image
:
maven:3-openjdk-17
image
:
maven:3-openjdk-17
Loading