Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
f5f4a99a
Verified
Commit
f5f4a99a
authored
6 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Pipeline
parent
63e6ddc5
No related branches found
No related tags found
No related merge requests found
Pipeline
#57993
failed
6 months ago
Stage: setup
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
test/docker/Dockerfile
+7
-6
7 additions, 6 deletions
test/docker/Dockerfile
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
1
−
1
View file @
f5f4a99a
...
...
@@ -66,7 +66,7 @@ test-server-side-scripting:
# Build a docker image in which tests for this repository can run
build-testenv
:
tags
:
[
cached-dind
]
image
:
docker:
19.03
image
:
docker:
27.3.1
stage
:
setup
timeout
:
3 h
# only:
...
...
This diff is collapsed.
Click to expand it.
test/docker/Dockerfile
+
7
−
6
View file @
f5f4a99a
...
...
@@ -12,14 +12,15 @@ RUN apt-get update \
nodejs npm
\
&&
apt-get
install
-f
RUN
pip3
install
pylint pytest
RUN
pip3
install
--break-system-packages
pylint pytest
RUN
pip3
install
--break-system-packages
sphinx-js sphinx-autoapi recommonmark sphinx-rtd-theme
RUN
pip3
install
--break-system-packages
pandas
# TODO rename to linkahead
# RUN pip3 install caosdb>=0.7.4
RUN
pip3
install
git+https://gitlab.com/caosdb/caosdb-pylib.git@dev
RUN
pip3
install
pandas
RUN
pip3
install
--break-system-packages
git+https://gitlab.com/caosdb/caosdb-pylib.git@dev
# TODO rename to linkahead
RUN
pip3
install
git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev
RUN
pip3
install
--break-system-packages
git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev
# For automatic documentation
# RUN npm install -g jsdoc
# RUN npm install -g jsdoc-sphinx
RUN
pip3
install
sphinx-js sphinx-autoapi recommonmark sphinx-rtd-theme
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment