Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Merge requests
!89
Integration Test Suggestions - Inttest
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Integration Test Suggestions - Inttest
f-local-inttests-suggestions
into
f-local-inttests
Overview
0
Commits
9
Pipelines
9
Changes
1
Merged
I. Nüske
requested to merge
f-local-inttests-suggestions
into
f-local-inttests
4 months ago
Overview
0
Commits
9
Pipelines
9
Changes
1
0
0
Merge request reports
Viewing commit
7ec295fa
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7ec295fa
PIPELINE: Fix path to requirements.txt
· 7ec295fa
Florian Spreckelsen
authored
4 months ago
.docker/Dockerfile
+
1
−
1
View file @ 7ec295fa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,7 +11,7 @@ RUN apt-get update && \
ARG
PYLIB
RUN
echo
"PYLIB=
${
PYLIB
}
"
COPY
.docker/wait-for-it.sh /wait-for-it.sh
RUN
pip
install
-r
requirements.txt
RUN
pip
install
-r
./
requirements.txt
ADD
https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN
git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git
&&
\
Loading