Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
ResearchAndDevelopment
LINC
Commits
3530a708
Commit
3530a708
authored
5 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Install apt-stuff in docker
parent
e5294600
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#99
passed
5 years ago
Stage: validate_cwl_scripts
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
3530a708
...
@@ -14,9 +14,9 @@ stages:
...
@@ -14,9 +14,9 @@ stages:
-
test
-
test
before_script
:
before_script
:
-
python3 -V
# Print out python version for debugging
#
- python3 -V # Print out python version for debugging
-
apt-get update && apt-get install -y nodejs python3-pip
#
- apt-get update && apt-get install -y nodejs python3-pip
-
python3 -m pip install cwltool cwl-runner
#
- python3 -m pip install cwltool cwl-runner
-
cd test_data
-
cd test_data
-
tar -xf ${TEST_DATASET_NAME}
-
tar -xf ${TEST_DATASET_NAME}
-
cd $CI_PROJECT_DIR
-
cd $CI_PROJECT_DIR
...
...
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