Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
IRF from KM3NeT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
ESCAPE2020
virtual-environment
IRF from KM3NeT
Commits
26113263
Commit
26113263
authored
2 years ago
by
Mikhail Smirnov
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
a9b144c9
No related branches found
Branches containing commit
No related tags found
2 merge requests
!7
Add CICD for test
,
!6
Test dev to another dev
Pipeline
#219289
passed
2 years ago
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 @
26113263
image
:
python:3.8-slim
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
#
variables:
#
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache
:
paths
:
...
...
@@ -18,5 +18,5 @@ test-python3.8:
script
:
-
pwd
-
ls -l
-
python ./tests/test_general.py
-
python ./tests/test_general.py
-v
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